CfnAccountAliasProps

class aws_cdk.aws_supportapp.CfnAccountAliasProps(*, account_alias)

Bases: object

Properties for defining a CfnAccountAlias.

Parameters:

account_alias (str) – An alias or short name for an AWS account .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-accountalias.html

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

cfn_account_alias_props = supportapp.CfnAccountAliasProps(
    account_alias="accountAlias"
)

Attributes

account_alias

An alias or short name for an AWS account .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-accountalias.html#cfn-supportapp-accountalias-accountalias