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

Specifies the EBS volume upgrade information. The broker identifier must be set to the keyword ALL. This means the changes apply to all the brokers in the cluster.

", "properties": { "KafkaBrokerNodeId": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "kafkaBrokerNodeId" }, "description": "\n

The ID of the broker to update.

" } ] }, "ProvisionedThroughput": { "allOf": [ { "$ref": "#/components/schemas/ProvisionedThroughput" }, { "xml": { "name": "provisionedThroughput" }, "description": "\n

EBS volume provisioned throughput information.

" } ] }, "VolumeSizeGB": { "allOf": [ { "$ref": "#/components/schemas/__integer" }, { "xml": { "name": "volumeSizeGB" }, "description": "\n

Size of the EBS volume to update.

" } ] } }, "required": [ "KafkaBrokerNodeId" ] }