KeyReference

class aws_cdk.interfaces.aws_paymentcryptography.KeyReference(*, key_identifier)

Bases: object

A reference to a Key resource.

Parameters:

key_identifier (str) – The KeyIdentifier of the Key resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_paymentcryptography as interfaces_aws_paymentcryptography

key_reference = interfaces_aws_paymentcryptography.KeyReference(
    key_identifier="keyIdentifier"
)

Attributes

key_identifier

The KeyIdentifier of the Key resource.