interface CfnAccountAliasProps
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.SupportApp.CfnAccountAliasProps | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awssupportapp#CfnAccountAliasProps | 
|  Java | software.amazon.awscdk.services.supportapp.CfnAccountAliasProps | 
|  Python | aws_cdk.aws_supportapp.CfnAccountAliasProps | 
|  TypeScript | aws-cdk-lib»aws_supportapp»CfnAccountAliasProps | 
Properties for defining a CfnAccountAlias.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_supportapp as supportapp } from 'aws-cdk-lib';
const cfnAccountAliasProps: supportapp.CfnAccountAliasProps = {
  accountAlias: 'accountAlias',
};
Properties
| Name | Type | Description | 
|---|---|---|
| account | string | An alias or short name for an AWS account . | 
accountAlias
Type:
string
An alias or short name for an AWS account .
