Nodegroup Update Config Args
data class NodegroupUpdateConfigArgs(val maxUnavailable: Output<Double>? = null, val maxUnavailablePercentage: Output<Double>? = null) : ConvertibleToJava<NodegroupUpdateConfigArgs>
The node group update configuration.
Constructors
Link copied to clipboard
fun NodegroupUpdateConfigArgs(maxUnavailable: Output<Double>? = null, maxUnavailablePercentage: Output<Double>? = null)