Contains information about storage volumes attached to MSK broker nodes.
{ "$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-storage-info-schema.json", "title": "StorageInfo", "description": "\n <p>Contains information about storage volumes attached to MSK broker nodes.</p>", "type": "object", "properties": { "EbsStorageInfo": { "allOf": [ { "$ref": "#/components/schemas/EBSStorageInfo" }, { "xml": { "name": "ebsStorageInfo" }, "description": "\n <p>EBS volume information.</p>" } ] } } }