paws.security.identity (version 0.5.0)

kms_delete_imported_key_material: Deletes key material that was previously imported

Description

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.

Usage

kms_delete_imported_key_material(KeyId)

Arguments

KeyId

[required] Identifies the KMS key from which you are deleting imported key material. The Origin of the KMS key must be EXTERNAL.

Specify the key ID or key ARN of the KMS key.

For example:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

To get the key ID and key ARN for a KMS key, use list_keys or describe_key.