Creates an alias, or a friendly name, for an Amazon Web Services Payment Cryptography key. You can use an alias to identify a key in the console and when you call cryptographic operations such as EncryptData or DecryptData.
See https://www.paws-r-sdk.com/docs/paymentcryptographycontrolplane_create_alias/ for full documentation.
paymentcryptographycontrolplane_create_alias(AliasName, KeyArn = NULL)
[required] A friendly name that you can use to refer to a key. An alias must begin
with alias/
followed by a name, for example alias/ExampleAlias
. It
can contain only alphanumeric characters, forward slashes (/),
underscores (_), and dashes (-).
Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.
The KeyARN
of the key to associate with the alias.