interface ResourcePolicyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.XRay.ResourcePolicyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsxray#ResourcePolicyReference |
![]() | software.amazon.awscdk.services.xray.ResourcePolicyReference |
![]() | aws_cdk.aws_xray.ResourcePolicyReference |
![]() | aws-cdk-lib » aws_xray » ResourcePolicyReference |
A reference to a ResourcePolicy resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_xray as xray } from 'aws-cdk-lib';
const resourcePolicyReference: xray.ResourcePolicyReference = {
policyName: 'policyName',
};
Properties
Name | Type | Description |
---|---|---|
policy | string | The PolicyName of the ResourcePolicy resource. |
policyName
Type:
string
The PolicyName of the ResourcePolicy resource.