Show / Hide Table of Contents

Interface CfnProjectProfile.IAwsAccountProperty

The AWS account of the environment.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnProjectProfile.IAwsAccountProperty
Syntax (vb)
Public Interface CfnProjectProfile.IAwsAccountProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-awsaccount.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.DataZone;

             var awsAccountProperty = new AwsAccountProperty {
                 AwsAccountId = "awsAccountId"
             };

Synopsis

Properties

AwsAccountId

The account ID of a project.

Properties

AwsAccountId

The account ID of a project.

string AwsAccountId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-awsaccount.html#cfn-datazone-projectprofile-awsaccount-awsaccountid

Back to top Generated by DocFX