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

.NET
Go
Java
Python
TypeScript