View source: R/kms_operations.R
kms_delete_imported_key_material | R Documentation |
Deletes key material that was previously imported. This operation makes the specified KMS key temporarily unusable. To restore the usability of the KMS key, reimport the same key material. For more information about importing key material into KMS, see Importing Key Material in the Key Management Service Developer Guide.
See https://www.paws-r-sdk.com/docs/kms_delete_imported_key_material/ for full documentation.
kms_delete_imported_key_material(KeyId)
KeyId |
[required] Identifies the KMS key from which you are deleting imported key
material. The 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.