Amazon EKS · JSON Structure

Eks Openapi Nodegroup Scaling Config Structure

NodegroupScalingConfig schema from Amazon EKS API

Type: object Properties: 3
Container OrchestrationContainersEKSKubernetes

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

Properties

minSize maxSize desiredSize

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-nodegroup-scaling-config-structure.json",
  "name": "NodegroupScalingConfig",
  "description": "NodegroupScalingConfig schema from Amazon EKS API",
  "type": "object",
  "properties": {
    "minSize": {
      "type": "int32",
      "description": "The minimum number of nodes."
    },
    "maxSize": {
      "type": "int32",
      "description": "The maximum number of nodes."
    },
    "desiredSize": {
      "type": "int32",
      "description": "The current number of nodes."
    }
  }
}