interface AccountAliasReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SupportApp.AccountAliasReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssupportapp#AccountAliasReference |
![]() | software.amazon.awscdk.services.supportapp.AccountAliasReference |
![]() | aws_cdk.aws_supportapp.AccountAliasReference |
![]() | aws-cdk-lib » 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 supportapp } from 'aws-cdk-lib';
const accountAliasReference: 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.