View source: R/kms_operations.R
kms_create_alias | R Documentation |
Creates a friendly name for a KMS key.
See https://www.paws-r-sdk.com/docs/kms_create_alias/ for full documentation.
kms_create_alias(AliasName, TargetKeyId)
AliasName |
[required] Specifies the alias name. This value must begin with Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output. The |
TargetKeyId |
[required] Associates the alias with the specified customer managed key. The KMS key must be in the same Amazon Web Services Region. A valid key ID is required. If you supply a null or empty string value, this operation returns an error. For help finding the key ID and ARN, see Finding the Key ID and ARN in the Key Management Service Developer Guide . Specify the key ID or key ARN of the KMS key. For example:
To get the key ID and key ARN for a KMS key, use
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.