aws-cdk-lib.aws_supportapp.CfnAccountAliasProps

interface CfnAccountAliasProps

LanguageType name
.NETAmazon.CDK.AWS.SupportApp.CfnAccountAliasProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssupportapp#CfnAccountAliasProps
Javasoftware.amazon.awscdk.services.supportapp.CfnAccountAliasProps
Pythonaws_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

NameTypeDescription
accountAliasstringAn alias or short name for an AWS account .

accountAlias

Type: string

An alias or short name for an AWS account .