Nodegroup Scaling Config Args
data class NodegroupScalingConfigArgs(val desiredSize: Output<Int>? = null, val maxSize: Output<Int>? = null, val minSize: Output<Int>? = null) : ConvertibleToJava<NodegroupScalingConfigArgs>
An object representing a auto scaling group specification for AWS EKS Nodegroup.
Constructors
Link copied to clipboard
fun NodegroupScalingConfigArgs(desiredSize: Output<Int>? = null, maxSize: Output<Int>? = null, minSize: Output<Int>? = null)