interface AwsAccountProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins.CfnProjectProfilePropsMixin.AwsAccountProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatazone/mixins#CfnProjectProfilePropsMixin_AwsAccountProperty |
Java | software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnProjectProfilePropsMixin.AwsAccountProperty |
Python | aws_cdk.mixins_preview.aws_datazone.mixins.CfnProjectProfilePropsMixin.AwsAccountProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datazone » mixins » CfnProjectProfilePropsMixin » AwsAccountProperty |
The AWS account of the environment.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as datazone_mixins } from '@aws-cdk/mixins-preview/aws-datazone';
const awsAccountProperty: datazone_mixins.CfnProjectProfilePropsMixin.AwsAccountProperty = {
awsAccountId: 'awsAccountId',
};
Properties
| Name | Type | Description |
|---|---|---|
| aws | string | The account ID of a project. |
awsAccountId?
Type:
string
(optional)
The account ID of a project.

.NET
Go
Java
Python
TypeScript