Class CfnProjectProfile.AwsAccountProperty
The AWS account of the environment.
Implements
Inherited Members
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
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
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; }