View source: R/kms_operations.R
kms_update_key_description | R Documentation |
Updates the description of a KMS key. To see the description of a KMS key, use describe_key
.
See https://www.paws-r-sdk.com/docs/kms_update_key_description/ for full documentation.
kms_update_key_description(KeyId, Description)
KeyId |
[required] Updates the description of the specified KMS key. 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
|
Description |
[required] New description for the KMS key. Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.