Amazon MQ · JSON Structure

Mq Api Configuration Id Structure

A list of information about the configuration.

Does not apply to RabbitMQ brokers.

Type: object Properties: 2 Required: 1
BroadcastingMedia ProcessingMedia

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

Properties

Id Revision

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-configuration-id-structure.json",
  "name": "ConfigurationId",
  "type": "object",
  "description": "<p>A list of information about the configuration.</p> <important><p>Does not apply to RabbitMQ brokers.</p></important>",
  "properties": {
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "id"
          },
          "description": "Required. The unique ID that Amazon MQ generates for the configuration."
        }
      ]
    },
    "Revision": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "xml": {
            "name": "revision"
          },
          "description": "The revision number of the configuration."
        }
      ]
    }
  },
  "required": [
    "Id"
  ]
}