Amazon MSK · JSON Structure

Msk Api Describe Cluster Response Structure

DescribeClusterResponse schema from Amazon MSK API

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

DescribeClusterResponse is a JSON Structure definition published by Amazon MSK, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ClusterInfo

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-describe-cluster-response-structure.json",
  "name": "DescribeClusterResponse",
  "type": "object",
  "description": "DescribeClusterResponse schema from Amazon MSK API",
  "properties": {
    "ClusterInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ClusterInfo"
        },
        {
          "xml": {
            "name": "clusterInfo"
          },
          "description": "\n            <p>The cluster information.</p>"
        }
      ]
    }
  }
}