interface PolicyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_verifiedpermissions.PolicyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsverifiedpermissions#PolicyReference |
![]() | software.amazon.awscdk.services.verifiedpermissions.PolicyReference |
![]() | aws_cdk.aws_verifiedpermissions.PolicyReference |
![]() | aws-cdk-lib » aws_verifiedpermissions » 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_verifiedpermissions as verifiedpermissions } from 'aws-cdk-lib';
const policyReference: verifiedpermissions.PolicyReference = {
policyId: 'policyId',
policyStoreId: 'policyStoreId',
};
Properties
Name | Type | Description |
---|---|---|
policy | string | The PolicyId of the Policy resource. |
policy | string | The PolicyStoreId of the Policy resource. |
policyId
Type:
string
The PolicyId of the Policy resource.
policyStoreId
Type:
string
The PolicyStoreId of the Policy resource.