Amazon EKS · JSON Structure

Eks Openapi Cluster Structure

Cluster schema from Amazon EKS API

Type: object Properties: 13
Container OrchestrationContainersEKSKubernetes

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

Properties

name arn createdAt version endpoint roleArn resourcesVpcConfig kubernetesNetworkConfig logging status certificateAuthority platformVersion tags

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-cluster-structure.json",
  "name": "Cluster",
  "description": "Cluster schema from Amazon EKS API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the cluster."
    },
    "arn": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the cluster."
    },
    "createdAt": {
      "type": "datetime",
      "description": "The Unix epoch timestamp at object creation."
    },
    "version": {
      "type": "string",
      "description": "The Kubernetes server version for the cluster."
    },
    "endpoint": {
      "type": "string",
      "description": "The endpoint for your Kubernetes API server."
    },
    "roleArn": {
      "type": "string",
      "description": "The Amazon Resource Name (ARN) of the IAM role."
    },
    "resourcesVpcConfig": {
      "$ref": "#/components/schemas/VpcConfigResponse"
    },
    "kubernetesNetworkConfig": {
      "$ref": "#/components/schemas/KubernetesNetworkConfigResponse"
    },
    "logging": {
      "$ref": "#/components/schemas/Logging"
    },
    "status": {
      "type": "string",
      "enum": [
        "CREATING",
        "ACTIVE",
        "DELETING",
        "FAILED",
        "UPDATING",
        "PENDING"
      ],
      "description": "The current status of the cluster."
    },
    "certificateAuthority": {
      "type": "object",
      "properties": {
        "data": {
          "type": "string",
          "description": "The Base64-encoded certificate data."
        }
      }
    },
    "platformVersion": {
      "type": "string",
      "description": "The platform version of your Amazon EKS cluster."
    },
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Metadata that assists with categorization and organization."
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/eks-openapi-cluster-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.