interface AliasReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.PaymentCryptography.AliasReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awspaymentcryptography#AliasReference |
Java | software.amazon.awscdk.interfaces.paymentcryptography.AliasReference |
Python | aws_cdk.interfaces.aws_paymentcryptography.AliasReference |
TypeScript | aws-cdk-lib » interfaces » aws_paymentcryptography » AliasReference |
A reference to a Alias resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_paymentcryptography as interfaces_aws_paymentcryptography } from 'aws-cdk-lib/interfaces';
const aliasReference: interfaces_aws_paymentcryptography.AliasReference = {
aliasName: 'aliasName',
};
Properties
| Name | Type | Description |
|---|---|---|
| alias | string | The AliasName of the Alias resource. |
aliasName
Type:
string
The AliasName of the Alias resource.

.NET
Go
Java
Python
TypeScript