Class CfnAccountProps
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
Properties for defining a CfnAccount
.
public class CfnAccountProps : ICfnAccountProps
- Inheritance
-
CfnAccountProps
- Implements
- Inherited Members
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
Constructors
CfnAccountProps()
public CfnAccountProps()
Properties
CloudWatchRoleArn
The ARN of an Amazon CloudWatch role for the current Account.
public string? CloudWatchRoleArn { get; set; }