Generates a Message Authentication Code (MAC) cryptogram within Amazon Web Services Payment Cryptography.
See https://www.paws-r-sdk.com/docs/paymentcryptographydataplane_generate_mac/ for full documentation.
paymentcryptographydataplane_generate_mac(
KeyIdentifier,
MessageData,
GenerationAttributes,
MacLength = NULL
)
[required] The keyARN
of the MAC generation encryption key.
[required] The data for which a MAC is under generation. This value must be hexBinary.
[required] The attributes and data values to use for MAC generation within Amazon Web Services Payment Cryptography.
The length of a MAC under generation.