interface PolicyStoreReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_verifiedpermissions.PolicyStoreReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsverifiedpermissions#PolicyStoreReference |
Java | software.amazon.awscdk.services.verifiedpermissions.PolicyStoreReference |
Python | aws_cdk.aws_verifiedpermissions.PolicyStoreReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript