AWS::SupportApp::AccountAlias - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SupportApp::AccountAlias

You can use the AWS::SupportApp::AccountAlias resource to specify your Amazon Web Services account when you configure the Amazon Web Services Support App in Slack. Your alias name appears on the Amazon Web Services Support App page in the Support Center Console and in messages from the Amazon Web Services Support App. You can use this alias to identify the account you've configured with the Amazon Web Services Support App.

For more information, see Amazon Web Services Support App in Slack in the Amazon Web Services Support User Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SupportApp::AccountAlias", "Properties" : { "AccountAlias" : String } }

YAML

Type: AWS::SupportApp::AccountAlias Properties: AccountAlias: String

Properties

AccountAlias

An alias or short name for an Amazon Web Services account.

Required: Yes

Type: String

Pattern: ^[\w\- ]+$

Minimum: 1

Maximum: 30

Update requires: No interruption

Return values

Fn::GetAtt

AccountAliasResourceId

The AccountAlias resource type has an attribute AccountAliasResourceId. You can use this attribute to identify the resource.

The AccountAliasResourceId will be AccountAlias_for_accountId. In this example, AccountAlias_for_ is the prefix and accountId is your Amazon Web Services account number, such as AccountAlias_for_123456789012.