Amazon EKS · Schema
Cluster
Cluster schema from Amazon EKS API
Container OrchestrationContainersEKSKubernetes
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the cluster. |
| arn | string | The Amazon Resource Name (ARN) of the cluster. |
| createdAt | string | The Unix epoch timestamp at object creation. |
| version | string | The Kubernetes server version for the cluster. |
| endpoint | string | The endpoint for your Kubernetes API server. |
| roleArn | string | The Amazon Resource Name (ARN) of the IAM role. |
| resourcesVpcConfig | object | |
| kubernetesNetworkConfig | object | |
| logging | object | |
| status | string | The current status of the cluster. |
| certificateAuthority | object | |
| platformVersion | string | The platform version of your Amazon EKS cluster. |
| tags | object | Metadata that assists with categorization and organization. |
JSON Schema
{
"$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-cluster-schema.json",
"title": "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": "string",
"format": "date-time",
"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 Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/eks-openapi-cluster"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.