Amazon MQ · JSON Structure

Mq Api Create Broker Response Structure

CreateBrokerResponse schema from Amazon MQ API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

CreateBrokerResponse 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

BrokerArn BrokerId

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-create-broker-response-structure.json",
  "name": "CreateBrokerResponse",
  "type": "object",
  "description": "CreateBrokerResponse schema from Amazon MQ API",
  "properties": {
    "BrokerArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "brokerArn"
          },
          "description": "The broker's Amazon Resource Name (ARN)."
        }
      ]
    },
    "BrokerId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "brokerId"
          },
          "description": "The unique ID that Amazon MQ generates for the broker."
        }
      ]
    }
  }
}