AccountAliasReference

class aws_cdk.aws_supportapp.AccountAliasReference(*, account_alias_resource_id)

Bases: object

A reference to a AccountAlias resource.

Parameters:

account_alias_resource_id (str) – The AccountAliasResourceId of the AccountAlias 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_supportapp as supportapp

account_alias_reference = supportapp.AccountAliasReference(
    account_alias_resource_id="accountAliasResourceId"
)

Attributes

account_alias_resource_id

The AccountAliasResourceId of the AccountAlias resource.