Amazon MSK · Schema

ClusterState

The state of the Apache Kafka cluster.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

msk-api-cluster-state-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-cluster-state-schema.json",
  "title": "ClusterState",
  "description": "\n            <p>The state of the Apache Kafka cluster.</p>",
  "type": "string",
  "enum": [
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "HEALING",
    "MAINTENANCE",
    "REBOOTING_BROKER",
    "UPDATING"
  ]
}