interface KeyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_paymentcryptography.KeyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspaymentcryptography#KeyReference |
![]() | software.amazon.awscdk.services.paymentcryptography.KeyReference |
![]() | aws_cdk.aws_paymentcryptography.KeyReference |
![]() | aws-cdk-lib » aws_paymentcryptography » KeyReference |
A reference to a Key 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 paymentcryptography } from 'aws-cdk-lib';
const keyReference: paymentcryptography.KeyReference = {
keyIdentifier: 'keyIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The KeyIdentifier of the Key resource. |
keyIdentifier
Type:
string
The KeyIdentifier of the Key resource.