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