{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-reboot-broker-response-structure.json", "name": "RebootBrokerResponse", "type": "object", "description": "RebootBrokerResponse schema from Amazon MSK API", "properties": { "ClusterArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "clusterArn" }, "description": "\n
The Amazon Resource Name (ARN) of the cluster.
" } ] }, "ClusterOperationArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "clusterOperationArn" }, "description": "\nThe Amazon Resource Name (ARN) of the cluster operation.
" } ] } } }