Creates an alias, or a friendly name, for an Amazon Web Services Payment Cryptography key
Source:R/paymentcryptographycontrolplane_operations.R
paymentcryptographycontrolplane_create_alias.RdCreates 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.
Arguments
- AliasName
[required] A friendly name that you can use to refer to a key. An alias must begin with
alias/followed by a name, for examplealias/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.
- KeyArn
The
KeyARNof the key to associate with the alias.