Amazon MSK · JSON Structure

Msk Api List Clusters Response Structure

ListClustersResponse schema from Amazon MSK API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

ClusterInfoList NextToken

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-list-clusters-response-structure.json",
  "name": "ListClustersResponse",
  "type": "object",
  "description": "ListClustersResponse schema from Amazon MSK API",
  "properties": {
    "ClusterInfoList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfClusterInfo"
        },
        {
          "xml": {
            "name": "clusterInfoList"
          },
          "description": "\n            <p>Information on each of the MSK clusters in the response.</p>"
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "\n            <p>The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response. \n               To get another batch of clusters, provide this token in your next request.</p>"
        }
      ]
    }
  }
}