interface AccountReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Organizations.AccountReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsorganizations#AccountReference |
![]() | software.amazon.awscdk.services.organizations.AccountReference |
![]() | aws_cdk.aws_organizations.AccountReference |
![]() | aws-cdk-lib » aws_organizations » AccountReference |
A reference to a Account resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_organizations as organizations } from 'aws-cdk-lib';
const accountReference: organizations.AccountReference = {
accountArn: 'accountArn',
accountId: 'accountId',
};
Properties
Name | Type | Description |
---|---|---|
account | string | The ARN of the Account resource. |
account | string | The AccountId of the Account resource. |
accountArn
Type:
string
The ARN of the Account resource.
accountId
Type:
string
The AccountId of the Account resource.