interface IAliasRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_paymentcryptography.IAliasRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awspaymentcryptography#IAliasRef |
Java | software.amazon.awscdk.services.paymentcryptography.IAliasRef |
Python | aws_cdk.aws_paymentcryptography.IAliasRef |
TypeScript | aws-cdk-lib » aws_paymentcryptography » IAliasRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a Alias.
Properties
| Name | Type | Description |
|---|---|---|
| alias | Alias | A reference to a Alias resource. |
| node | Node | The tree node. |
aliasRef
Type:
Alias
A reference to a Alias resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript