interface OrganizationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Organizations.OrganizationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsorganizations#OrganizationReference |
![]() | software.amazon.awscdk.services.organizations.OrganizationReference |
![]() | aws_cdk.aws_organizations.OrganizationReference |
![]() | aws-cdk-lib » aws_organizations » OrganizationReference |
A reference to a Organization 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 organizationReference: organizations.OrganizationReference = {
organizationArn: 'organizationArn',
organizationId: 'organizationId',
};
Properties
Name | Type | Description |
---|---|---|
organization | string | The ARN of the Organization resource. |
organization | string | The Id of the Organization resource. |
organizationArn
Type:
string
The ARN of the Organization resource.
organizationId
Type:
string
The Id of the Organization resource.