interface AwsAccountProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnProjectProfile.AwsAccountProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnProjectProfile_AwsAccountProperty |
![]() | software.amazon.awscdk.services.datazone.CfnProjectProfile.AwsAccountProperty |
![]() | aws_cdk.aws_datazone.CfnProjectProfile.AwsAccountProperty |
![]() | aws-cdk-lib » aws_datazone » CfnProjectProfile » 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 { aws_datazone as datazone } from 'aws-cdk-lib';
const awsAccountProperty: datazone.CfnProjectProfile.AwsAccountProperty = {
awsAccountId: 'awsAccountId',
};
Properties
Name | Type | Description |
---|---|---|
aws | string | The account ID of a project. |
awsAccountId
Type:
string
The account ID of a project.