AuthPolicyReference
- class aws_cdk.aws_vpclattice.AuthPolicyReference(*, resource_identifier)
Bases:
object
A 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 import aws_vpclattice as vpclattice auth_policy_reference = vpclattice.AuthPolicyReference( resource_identifier="resourceIdentifier" )
Attributes
- resource_identifier
The ResourceIdentifier of the AuthPolicy resource.