Show / Hide Table of Contents

Class CfnProjectProfile.AwsAccountProperty

The AWS account of the environment.

Inheritance
object
CfnProjectProfile.AwsAccountProperty
Implements
CfnProjectProfile.IAwsAccountProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnProjectProfile.AwsAccountProperty : CfnProjectProfile.IAwsAccountProperty
Syntax (vb)
Public Class CfnProjectProfile.AwsAccountProperty Implements 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

Constructors

AwsAccountProperty()

The AWS account of the environment.

Properties

AwsAccountId

The account ID of a project.

Constructors

AwsAccountProperty()

The AWS account of the environment.

public AwsAccountProperty()
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"
             };

Properties

AwsAccountId

The account ID of a project.

public string AwsAccountId { get; set; }
Property Value

string

Remarks

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

Implements

CfnProjectProfile.IAwsAccountProperty
Back to top Generated by DocFX