Amazon KMS · Schema

Key

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

CryptographyData 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

JSON Schema

amazon-kms-key-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-kms/refs/heads/main/json-schema/amazon-kms-key-schema.json",
  "title": "Key",
  "description": "An AWS KMS key (formerly customer master key) used for cryptographic operations.",
  "type": "object",
  "properties": {
    "KeyId": {
      "type": "string",
      "description": "The globally unique identifier for the KMS key.",
      "example": "mrk-1234abcd12ab34cd56ef1234567890ab"
    },
    "KeyArn": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the KMS key."
    },
    "KeyState": {
      "type": "string",
      "description": "The current status of the KMS key.",
      "example": "Enabled",
      "enum": [
        "Creating",
        "Enabled",
        "Disabled",
        "PendingDeletion",
        "PendingImport",
        "PendingReplicaDeletion",
        "Unavailable",
        "Updating"
      ]
    },
    "KeyUsage": {
      "type": "string",
      "description": "The cryptographic operations for which the KMS key can be used.",
      "example": "ENCRYPT_DECRYPT",
      "enum": [
        "SIGN_VERIFY",
        "ENCRYPT_DECRYPT",
        "GENERATE_VERIFY_MAC"
      ]
    },
    "KeySpec": {
      "type": "string",
      "description": "Describes the type of key material in the KMS key.",
      "example": "SYMMETRIC_DEFAULT"
    },
    "Description": {
      "type": "string",
      "description": "The description of the KMS key."
    },
    "CreationDate": {
      "type": "string",
      "description": "The date and time when the KMS key was created.",
      "format": "date-time"
    },
    "DeletionDate": {
      "type": "string",
      "description": "The date and time after which KMS deletes this KMS key.",
      "format": "date-time"
    },
    "Enabled": {
      "type": "boolean",
      "description": "Specifies whether the KMS key is enabled."
    },
    "MultiRegion": {
      "type": "boolean",
      "description": "Indicates whether the KMS key is a multi-Region key."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-kms-key"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.