CfnAccountMixinProps

class aws_cdk.mixins_preview.aws_apigateway.mixins.CfnAccountMixinProps(*, cloud_watch_role_arn=None)

Bases: object

Properties for CfnAccountPropsMixin.

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.mixins_preview.aws_apigateway import mixins as apigateway_mixins

cfn_account_mixin_props = apigateway_mixins.CfnAccountMixinProps(
    cloud_watch_role_arn="cloudWatchRoleArn"
)

Attributes

cloud_watch_role_arn

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#cfn-apigateway-account-cloudwatchrolearn