Amazon MQ · JSON Structure

Mq Api Logs Structure

The list of information about logs to be enabled for the specified broker.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

Logs 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

Audit General

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-logs-structure.json",
  "name": "Logs",
  "type": "object",
  "description": "The list of information about logs to be enabled for the specified broker.",
  "properties": {
    "Audit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__boolean"
        },
        {
          "xml": {
            "name": "audit"
          },
          "description": "Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers."
        }
      ]
    },
    "General": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__boolean"
        },
        {
          "xml": {
            "name": "general"
          },
          "description": "Enables general logging."
        }
      ]
    }
  }
}