aws-cdk-lib.aws_apigateway.CfnAccountProps

interface CfnAccountProps

LanguageType name
.NETAmazon.CDK.AWS.APIGateway.CfnAccountProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#CfnAccountProps
Javasoftware.amazon.awscdk.services.apigateway.CfnAccountProps
Pythonaws_cdk.aws_apigateway.CfnAccountProps
TypeScript aws-cdk-lib » aws_apigateway » CfnAccountProps

Properties for defining a CfnAccount.

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

NameTypeDescription
cloudWatchRoleArn?stringThe 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.