Learn R Programming

paws.cost.management (version 0.8.0)

paymentcryptographycontrolplane_create_alias: Creates an alias, or a friendly name, for an Amazon Web Services Payment Cryptography key

Description

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.

Usage

paymentcryptographycontrolplane_create_alias(AliasName, KeyArn = NULL)

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 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.

KeyArn

The KeyARN of the key to associate with the alias.