AWS::SupportApp::AccountAlias
You can use the AWS::SupportApp::AccountAlias
resource to specify your
AWS account when you configure the AWS Support App in
Slack. Your alias name appears on the AWS Support App page in the Support Center Console and in messages from the AWS Support App. You
can use this alias to identify the account you've configured with the AWS Support App.
For more information, see AWS Support App in Slack in the AWS Support User Guide.
Syntax
To declare this entity in your AWS 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 AWS 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 attributeAccountAliasResourceId
. You can use this attribute to identify the resource.The
AccountAliasResourceId
will beAccountAlias_for_accountId
. In this example,AccountAlias_for_
is the prefix andaccountId
is your AWS account number, such asAccountAlias_for_123456789012
.