interface CfnAccountMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ApiGateway.Mixins.CfnAccountMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsapigateway/mixins#CfnAccountMixinProps |
Java | software.amazon.awscdk.mixins.preview.services.apigateway.mixins.CfnAccountMixinProps |
Python | aws_cdk.mixins_preview.aws_apigateway.mixins.CfnAccountMixinProps |
TypeScript | @aws-cdk/mixins-preview » aws_apigateway » mixins » CfnAccountMixinProps |
Properties for CfnAccountPropsMixin.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as apigateway_mixins } from '@aws-cdk/mixins-preview/aws-apigateway';
const cfnAccountMixinProps: apigateway_mixins.CfnAccountMixinProps = {
cloudWatchRoleArn: 'cloudWatchRoleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| cloud | string | The ARN of an Amazon CloudWatch role for the current Account. |
cloudWatchRoleArn?
Type:
string
(optional)
The ARN of an Amazon CloudWatch role for the current Account.

.NET
Go
Java
Python
TypeScript