CfnAccountMixinProps
- class aws_cdk.cfn_property_mixins.aws_apigateway.CfnAccountMixinProps(*, cloud_watch_role_arn=None)
Bases:
objectProperties for CfnAccountPropsMixin.
- Parameters:
cloud_watch_role_arn (
Union[str,IRoleRef,None]) – The ARN of an Amazon CloudWatch role for the current Account.- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_apigateway as apigateway cfn_account_mixin_props = apigateway.CfnAccountMixinProps( cloud_watch_role_arn="cloudWatchRoleArn" )
Attributes
- cloud_watch_role_arn
The ARN of an Amazon CloudWatch role for the current Account.