Amazon KMS · JSON Structure

Amazon Kms Key Structure

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

Type: object Properties: 10
CryptographyData ProtectionEncryptionKey ManagementSecurity

Key is a JSON Structure definition published by Amazon KMS, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

KeyId KeyArn KeyState KeyUsage KeySpec Description CreationDate DeletionDate Enabled MultiRegion

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-kms/refs/heads/main/json-structure/amazon-kms-key-structure.json",
  "name": "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": "datetime",
      "description": "The date and time when the KMS key was created."
    },
    "DeletionDate": {
      "type": "datetime",
      "description": "The date and time after which KMS deletes this KMS key."
    },
    "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 Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/amazon-kms-key-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.