Amazon MSK · Schema

NodeExporterInfo

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

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
EnabledInBroker object
View JSON Schema on GitHub

JSON Schema

msk-api-node-exporter-info-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-node-exporter-info-schema.json",
  "title": "NodeExporterInfo",
  "description": "\n            <p>Indicates whether you want to turn on or turn off the Node 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 Node Exporter.</p>"
        }
      ]
    }
  },
  "required": [
    "EnabledInBroker"
  ]
}