AWS::SupportApp::AccountAliasYou 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 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](https://docs.aws.amazon.com/awssupport/latest/user/aws-support-app-for-slack.html) in the *User Guide* .
import { CfnAccountAlias } from 'aws-cdk-lib/aws-supportapp';Or use the module namespace:
import * as supportapp from 'aws-cdk-lib/aws-supportapp';
// supportapp.CfnAccountAliasConfiguration passed to the constructor as CfnAccountAliasProps.
accountAliasRequiredstringAn alias or short name for an AWS account .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-supportappAWS::SupportApp::AccountAlias