Amazon EKS · JSON Structure

Eks Openapi Describe Cluster Response Structure

DescribeClusterResponse schema from Amazon EKS API

Type: object Properties: 1
Container OrchestrationContainersEKSKubernetes

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

Properties

cluster

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-describe-cluster-response-structure.json",
  "name": "DescribeClusterResponse",
  "description": "DescribeClusterResponse schema from Amazon EKS API",
  "type": "object",
  "properties": {
    "cluster": {
      "$ref": "#/components/schemas/Cluster"
    }
  }
}