{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-delete-cluster-response-structure.json", "name": "DeleteClusterResponse", "type": "object", "description": "DeleteClusterResponse 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.
" } ] }, "State": { "allOf": [ { "$ref": "#/components/schemas/ClusterState" }, { "xml": { "name": "state" }, "description": "\nThe state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.
" } ] } } }