AuthPolicyReference
- class aws_cdk.interfaces.aws_vpclattice.AuthPolicyReference(*, resource_identifier)
Bases:
objectA reference to a AuthPolicy resource.
- Parameters:
resource_identifier (
str) – The ResourceIdentifier of the AuthPolicy 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.interfaces import aws_vpclattice as interfaces_aws_vpclattice auth_policy_reference = interfaces_aws_vpclattice.AuthPolicyReference( resource_identifier="resourceIdentifier" )
Attributes
- resource_identifier
The ResourceIdentifier of the AuthPolicy resource.