Amazon MSK · JSON Structure

Msk Api Cluster State Structure

The state of the Apache Kafka cluster.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

ClusterState is a JSON Structure definition published by Amazon MSK. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-msk/refs/heads/main/json-structure/msk-api-cluster-state-structure.json",
  "name": "ClusterState",
  "type": "string",
  "description": "\n            <p>The state of the Apache Kafka cluster.</p>",
  "enum": [
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "HEALING",
    "MAINTENANCE",
    "REBOOTING_BROKER",
    "UPDATING"
  ]
}