The state of the Apache Kafka cluster.
{ "$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" ] }