AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SupportApp::AccountAlias

CfnAccountAlias

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 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

import { CfnAccountAlias } from 'aws-cdk-lib/aws-supportapp';

Or use the module namespace:

import * as supportapp from 'aws-cdk-lib/aws-supportapp';
// supportapp.CfnAccountAlias

Properties

Configuration passed to the constructor as CfnAccountAliasProps.

accountAliasRequired
string

An alias or short name for an AWS account .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-supportapp
CFN TypeAWS::SupportApp::AccountAlias
Properties1

External Links