Amazon MQ · JSON Structure

Mq Api Deployment Mode Structure

The broker's deployment mode.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

DeploymentMode 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-deployment-mode-structure.json",
  "name": "DeploymentMode",
  "type": "string",
  "description": "The broker's deployment mode.",
  "enum": [
    "SINGLE_INSTANCE",
    "ACTIVE_STANDBY_MULTI_AZ",
    "CLUSTER_MULTI_AZ"
  ]
}