Amazon EKS · JSON Structure

Eks Openapi Describe Nodegroup Response Structure

DescribeNodegroupResponse schema from Amazon EKS API

Type: object Properties: 1
Container OrchestrationContainersEKSKubernetes

DescribeNodegroupResponse 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

nodegroup

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