Delete Alias
paymentcryptographycontrolplane_delete_alias | R Documentation |
Deletes the alias, but doesn't affect the underlying key¶
Description¶
Deletes the alias, but doesn't affect the underlying key.
Each key can have multiple aliases. To get the aliases of all keys, use
the update_alias
operation. To change the alias of a key, first use
delete_alias
to delete the current alias and then use create_alias
to create a new alias. To associate an existing alias with a different
key, call update_alias
.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
-
create_alias
-
get_alias
-
list_aliases
-
update_alias
Usage¶
Arguments¶
AliasName
[required] A friendly name that you can use to refer Amazon Web Services Payment Cryptography key. This value must begin with
alias/
followed by a name, such asalias/ExampleAlias
.
Value¶
An empty list.