Table of Contents

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

Constructors

CfnAccountProps()

public CfnAccountProps()

Properties

CloudWatchRoleArn

The ARN of an Amazon CloudWatch role for the current Account.

public string? CloudWatchRoleArn { get; set; }

Property Value

string

Remarks