interface PolicyStoreReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_verifiedpermissions.PolicyStoreReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsverifiedpermissions#PolicyStoreReference |
![]() | software.amazon.awscdk.services.verifiedpermissions.PolicyStoreReference |
![]() | aws_cdk.aws_verifiedpermissions.PolicyStoreReference |
![]() | aws-cdk-lib » aws_verifiedpermissions » PolicyStoreReference |
A reference to a PolicyStore resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_verifiedpermissions as verifiedpermissions } from 'aws-cdk-lib';
const policyStoreReference: verifiedpermissions.PolicyStoreReference = {
policyStoreArn: 'policyStoreArn',
policyStoreId: 'policyStoreId',
};
Properties
Name | Type | Description |
---|---|---|
policy | string | The ARN of the PolicyStore resource. |
policy | string | The PolicyStoreId of the PolicyStore resource. |
policyStoreArn
Type:
string
The ARN of the PolicyStore resource.
policyStoreId
Type:
string
The PolicyStoreId of the PolicyStore resource.