Amazon MQ · JSON Structure

Mq Api Broker State Structure

The broker's status.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

BrokerState is a JSON Structure definition published by Amazon MQ. 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-mq/refs/heads/main/json-structure/mq-api-broker-state-structure.json",
  "name": "BrokerState",
  "type": "string",
  "description": "The broker's status.",
  "enum": [
    "CREATION_IN_PROGRESS",
    "CREATION_FAILED",
    "DELETION_IN_PROGRESS",
    "RUNNING",
    "REBOOT_IN_PROGRESS",
    "CRITICAL_ACTION_REQUIRED"
  ]
}