{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-storage-info-structure.json", "name": "StorageInfo", "type": "object", "description": "\n
Contains information about storage volumes attached to MSK broker nodes.
", "properties": { "EbsStorageInfo": { "allOf": [ { "$ref": "#/components/schemas/EBSStorageInfo" }, { "xml": { "name": "ebsStorageInfo" }, "description": "\nEBS volume information.
" } ] } } }