ResourcePolicyReference

class aws_cdk.aws_xray.ResourcePolicyReference(*, policy_name)

Bases: object

A reference to a ResourcePolicy resource.

Parameters:

policy_name (str) – The PolicyName of the ResourcePolicy resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_xray as xray

resource_policy_reference = xray.ResourcePolicyReference(
    policy_name="policyName"
)

Attributes

policy_name

The PolicyName of the ResourcePolicy resource.