CfnAccountProps
- class aws_cdk.aws_apigateway.CfnAccountProps(*, cloud_watch_role_arn=None)
Bases:
object
Properties for defining a
CfnAccount
.- Parameters:
cloud_watch_role_arn (
Optional
[str
]) – 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 import aws_apigateway as apigateway cfn_account_props = apigateway.CfnAccountProps( cloud_watch_role_arn="cloudWatchRoleArn" )
Attributes
- cloud_watch_role_arn
The ARN of an Amazon CloudWatch role for the current Account.