aws-cdk-lib.aws_apigateway.CfnAccountProps
interface CfnAccountProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGateway.CfnAccountProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#CfnAccountProps |
![]() | software.amazon.awscdk.services.apigateway.CfnAccountProps |
![]() | aws_cdk.aws_apigateway.CfnAccountProps |
![]() | 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
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.