{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-provisioned-throughput-structure.json", "name": "ProvisionedThroughput", "type": "object", "description": "\n
Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.
", "properties": { "Enabled": { "allOf": [ { "$ref": "#/components/schemas/__boolean" }, { "xml": { "name": "enabled" }, "description": "\nProvisioned throughput is enabled or not.
" } ] }, "VolumeThroughput": { "allOf": [ { "$ref": "#/components/schemas/__integer" }, { "xml": { "name": "volumeThroughput" }, "description": "\nThroughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.
" } ] } } }