{ "$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-ebs-storage-info-schema.json", "title": "EBSStorageInfo", "description": "\n
Contains information about the EBS storage volumes attached to Apache Kafka broker nodes.
", "type": "object", "properties": { "ProvisionedThroughput": { "allOf": [ { "$ref": "#/components/schemas/ProvisionedThroughput" }, { "xml": { "name": "provisionedThroughput" }, "description": "\nEBS volume provisioned throughput information.
" } ] }, "VolumeSize": { "allOf": [ { "$ref": "#/components/schemas/__integerMin1Max16384" }, { "xml": { "name": "volumeSize" }, "description": "\nThe size in GiB of the EBS volume for the data drive on each broker node.
" } ] } } }