Amazon KMS · Schema

Key

An AWS KMS key (formerly customer master key) used for cryptographic operations.

AWSCryptographyData ProtectionEncryptionKey ManagementSecurity

Properties

Name Type Description
KeyId string The globally unique identifier for the KMS key.
KeyArn string The Amazon Resource Name (ARN) of the KMS key.
KeyState string The current status of the KMS key.
KeyUsage string The cryptographic operations for which the KMS key can be used.
KeySpec string Describes the type of key material in the KMS key.
Description string The description of the KMS key.
CreationDate string The date and time when the KMS key was created.
DeletionDate string The date and time after which KMS deletes this KMS key.
Enabled boolean Specifies whether the KMS key is enabled.
MultiRegion boolean Indicates whether the KMS key is a multi-Region key.
View JSON Schema on GitHub