interface CfnAccountMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ApiGateway.CfnAccountMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsapigateway#CfnAccountMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnAccountMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_apigateway.CfnAccountMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_apigateway » 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 { aws_apigateway as apigateway } from '@aws-cdk/cfn-property-mixins';
const cfnAccountMixinProps: apigateway.CfnAccountMixinProps = {
cloudWatchRoleArn: 'cloudWatchRoleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| cloud | string | IRole | The ARN of an Amazon CloudWatch role for the current Account. |
cloudWatchRoleArn?
Type:
string | IRole
(optional)
The ARN of an Amazon CloudWatch role for the current Account.

.NET
Go
Java
Python
TypeScript