interface AccountAliasReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SupportApp.AccountAliasReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssupportapp#AccountAliasReference |
Java | software.amazon.awscdk.interfaces.supportapp.AccountAliasReference |
Python | aws_cdk.interfaces.aws_supportapp.AccountAliasReference |
TypeScript | aws-cdk-lib » interfaces » aws_supportapp » AccountAliasReference |
A reference to a AccountAlias resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_supportapp as interfaces_supportapp } from 'aws-cdk-lib/interfaces';
const accountAliasReference: interfaces_supportapp.AccountAliasReference = {
accountAliasResourceId: 'accountAliasResourceId',
};
Properties
| Name | Type | Description |
|---|---|---|
| account | string | The AccountAliasResourceId of the AccountAlias resource. |
accountAliasResourceId
Type:
string
The AccountAliasResourceId of the AccountAlias resource.

.NET
Go
Java
Python
TypeScript