NodegroupScalingConfig
import type { NodegroupScalingConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eks.ts";interface NodegroupScalingConfig {
desiredSize?: number | null;
maxSize?: number | null;
minSize?: number | null;
}import type { NodegroupScalingConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eks.ts";