{ "$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-create-cluster-v2-response-schema.json", "title": "CreateClusterV2Response", "description": "CreateClusterV2Response schema from Amazon MSK API", "type": "object", "properties": { "ClusterArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "clusterArn" }, "description": "\n
The Amazon Resource Name (ARN) of the cluster.
" } ] }, "ClusterName": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "clusterName" }, "description": "\nThe name of the MSK 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.
" } ] }, "ClusterType": { "allOf": [ { "$ref": "#/components/schemas/ClusterType" }, { "xml": { "name": "clusterType" }, "description": "\nThe type of the cluster. The possible states are PROVISIONED or SERVERLESS.
" } ] } } }