Table of Contents

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

Properties

CloudWatchRoleArn

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

string? CloudWatchRoleArn { get; }

Property Value

string

Remarks