Amazon MQ · JSON Structure

Mq Api Broker Engine Type Structure

Types of broker engines.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

BrokerEngineType is a JSON Structure definition published by Amazon MQ, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

EngineType EngineVersions

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-engine-type-structure.json",
  "name": "BrokerEngineType",
  "type": "object",
  "description": "Types of broker engines.",
  "properties": {
    "EngineType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EngineType"
        },
        {
          "xml": {
            "name": "engineType"
          },
          "description": "The broker's engine type."
        }
      ]
    },
    "EngineVersions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfEngineVersion"
        },
        {
          "xml": {
            "name": "engineVersions"
          },
          "description": "The list of engine versions."
        }
      ]
    }
  }
}