NodegroupScalingConfigArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): NodegroupScalingConfigArgs

Properties

Link copied to clipboard
val desiredSize: Output<Int>? = null
Link copied to clipboard
val maxSize: Output<Int>? = null
Link copied to clipboard
val minSize: Output<Int>? = null