PolicyStoreAliasReference

class aws_cdk.interfaces.aws_verifiedpermissions.PolicyStoreAliasReference(*, alias_name)

Bases: object

A reference to a PolicyStoreAlias resource.

Parameters:

alias_name (str) – The AliasName of the PolicyStoreAlias 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_verifiedpermissions as interfaces_verifiedpermissions

policy_store_alias_reference = interfaces_verifiedpermissions.PolicyStoreAliasReference(
    alias_name="aliasName"
)

Attributes

alias_name

The AliasName of the PolicyStoreAlias resource.