Interface ICfnAccountProps
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
Properties for defining a CfnAccount
.
public interface ICfnAccountProps
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.APIGateway;
var cfnAccountProps = new CfnAccountProps {
CloudWatchRoleArn = "cloudWatchRoleArn"
};
Remarks
Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html
ExampleMetadata: fixture=_generated
Properties
CloudWatchRoleArn
The ARN of an Amazon CloudWatch role for the current Account.
string? CloudWatchRoleArn { get; }