Amazon MSK · JSON Structure

Msk Api Node Type Structure

The broker or Zookeeper node.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

NodeType is a JSON Structure definition published by Amazon MSK. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-msk/refs/heads/main/json-structure/msk-api-node-type-structure.json",
  "name": "NodeType",
  "type": "string",
  "description": "\n            <p>The broker or Zookeeper node.</p>",
  "enum": [
    "BROKER"
  ]
}