Amazon MSK · Schema

JmxExporter

Indicates whether you want to turn on or turn off the JMX Exporter.

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
EnabledInBroker object
View JSON Schema on GitHub

JSON Schema

msk-api-jmx-exporter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-jmx-exporter-schema.json",
  "title": "JmxExporter",
  "description": "\n            <p>Indicates whether you want to turn on or turn off the JMX Exporter.</p>",
  "type": "object",
  "properties": {
    "EnabledInBroker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__boolean"
        },
        {
          "xml": {
            "name": "enabledInBroker"
          },
          "description": "\n            <p>Indicates whether you want to turn on or turn off the JMX Exporter.</p>"
        }
      ]
    }
  },
  "required": [
    "EnabledInBroker"
  ]
}