Amazon KMS · Example Payload

Amazon Kms Key Example

CryptographyData ProtectionEncryptionKey ManagementSecurity

Amazon Kms Key Example is an example object payload from Amazon KMS, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

KeyIdKeyArnKeyStateKeyUsageKeySpecDescriptionCreationDateDeletionDateEnabledMultiRegion

Example Payload

Raw ↑
{
  "KeyId": "mrk-1234abcd12ab34cd56ef1234567890ab",
  "KeyArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "KeyState": "Enabled",
  "KeyUsage": "ENCRYPT_DECRYPT",
  "KeySpec": "SYMMETRIC_DEFAULT",
  "Description": "example-value",
  "CreationDate": "2025-03-15T14:30:00Z",
  "DeletionDate": "2025-03-15T14:30:00Z",
  "Enabled": true,
  "MultiRegion": true
}