interface CfnAccountProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.APIGateway.CfnAccountProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#CfnAccountProps |
Java | software.amazon.awscdk.services.apigateway.CfnAccountProps |
Python | aws_cdk.aws_apigateway.CfnAccountProps |
TypeScript | aws-cdk-lib » aws_apigateway » CfnAccountProps |
Properties for defining a CfnAccount
.
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-lib';
const cfnAccountProps: apigateway.CfnAccountProps = {
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.