Amazon EKS · Schema

ListClustersResponse

ListClustersResponse schema from Amazon EKS API

Container OrchestrationContainersEKSKubernetes

Properties

Name Type Description
clusters array
nextToken string
View JSON Schema on GitHub

JSON Schema

eks-openapi-list-clusters-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eks/refs/heads/main/json-schema/eks-openapi-list-clusters-response-schema.json",
  "title": "ListClustersResponse",
  "description": "ListClustersResponse schema from Amazon EKS API",
  "type": "object",
  "properties": {
    "clusters": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "nextToken": {
      "type": "string"
    }
  }
}