Amazon EKS · JSON Structure

Eks Openapi List Clusters Response Structure

ListClustersResponse schema from Amazon EKS API

Type: object Properties: 2
Container OrchestrationContainersEKSKubernetes

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

Properties

clusters 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-eks/refs/heads/main/json-structure/eks-openapi-list-clusters-response-structure.json",
  "name": "ListClustersResponse",
  "description": "ListClustersResponse schema from Amazon EKS API",
  "type": "object",
  "properties": {
    "clusters": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "nextToken": {
      "type": "string"
    }
  }
}