Auto Scale Properties Args
data class AutoScalePropertiesArgs(val enabled: Output<Boolean>? = null, val maxNodeCount: Output<Int>? = null, val minNodeCount: Output<Int>? = null) : ConvertibleToJava<AutoScalePropertiesArgs>
Auto-scaling properties of a Big Data pool powered by Apache Spark
Constructors
Link copied to clipboard
fun AutoScalePropertiesArgs(enabled: Output<Boolean>? = null, maxNodeCount: Output<Int>? = null, minNodeCount: Output<Int>? = null)