{ "$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-cluster-schema.json", "title": "Cluster", "description": "\n

Returns information about a cluster.

", "type": "object", "properties": { "ActiveOperationArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "activeOperationArn" }, "description": "\n

The Amazon Resource Name (ARN) that uniquely identifies a cluster operation.

" } ] }, "ClusterType": { "allOf": [ { "$ref": "#/components/schemas/ClusterType" }, { "xml": { "name": "clusterType" }, "description": "\n

Cluster Type.

" } ] }, "ClusterArn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "clusterArn" }, "description": "\n

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

" } ] }, "ClusterName": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "clusterName" }, "description": "\n

The name of the cluster.

" } ] }, "CreationTime": { "allOf": [ { "$ref": "#/components/schemas/__timestampIso8601" }, { "xml": { "name": "creationTime" }, "description": "\n

The time when the cluster was created.

" } ] }, "CurrentVersion": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "currentVersion" }, "description": "\n

The current version of the MSK cluster.

" } ] }, "State": { "allOf": [ { "$ref": "#/components/schemas/ClusterState" }, { "xml": { "name": "state" }, "description": "\n

The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

" } ] }, "StateInfo": { "allOf": [ { "$ref": "#/components/schemas/StateInfo" }, { "xml": { "name": "stateInfo" }, "description": "\n

State Info for the Amazon MSK cluster.

" } ] }, "Tags": { "allOf": [ { "$ref": "#/components/schemas/__mapOf__string" }, { "xml": { "name": "tags" }, "description": "\n

Tags attached to the cluster.

" } ] }, "Provisioned": { "allOf": [ { "$ref": "#/components/schemas/Provisioned" }, { "xml": { "name": "provisioned" }, "description": "\n

Information about the provisioned cluster.

" } ] }, "Serverless": { "allOf": [ { "$ref": "#/components/schemas/Serverless" }, { "xml": { "name": "serverless" }, "description": "\n

Information about the serverless cluster.

" } ] } } }