AwsNodePoolAutoscalingArgs

data class AwsNodePoolAutoscalingArgs(val maxNodeCount: Output<Int>, val minNodeCount: Output<Int>) : ConvertibleToJava<AwsNodePoolAutoscalingArgs>

Constructors

Link copied to clipboard
constructor(maxNodeCount: Output<Int>, minNodeCount: Output<Int>)

Properties

Link copied to clipboard
val maxNodeCount: Output<Int>

Maximum number of nodes in the NodePool. Must be >= min_node_count.

Link copied to clipboard
val minNodeCount: Output<Int>

Minimum number of nodes in the NodePool. Must be >= 1 and <= max_node_count.

Functions

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