Show / Hide Table of Contents

Interface ICfnAccountProps

Properties for defining a CfnAccount.

Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnAccountProps
Syntax (vb)
Public Interface ICfnAccountProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html

ExampleMetadata: fixture=_generated

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"
};

Synopsis

Properties

CloudWatchRoleArn

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

Properties

CloudWatchRoleArn

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

virtual string CloudWatchRoleArn { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html#cfn-apigateway-account-cloudwatchrolearn

Back to top Generated by DocFX