{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-jmx-exporter-structure.json", "name": "JmxExporter", "type": "object", "description": "\n

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

", "properties": { "EnabledInBroker": { "allOf": [ { "$ref": "#/components/schemas/__boolean" }, { "xml": { "name": "enabledInBroker" }, "description": "\n

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

" } ] } }, "required": [ "EnabledInBroker" ] }