BasicAutoscalingAlgorithmArgs

data class BasicAutoscalingAlgorithmArgs(val cooldownPeriod: Output<String>? = null, val sparkStandaloneConfig: Output<SparkStandaloneAutoscalingConfigArgs>? = null, val yarnConfig: Output<BasicYarnAutoscalingConfigArgs>? = null) : ConvertibleToJava<BasicAutoscalingAlgorithmArgs>

Basic algorithm for autoscaling.

Constructors

Link copied to clipboard
fun BasicAutoscalingAlgorithmArgs(cooldownPeriod: Output<String>? = null, sparkStandaloneConfig: Output<SparkStandaloneAutoscalingConfigArgs>? = null, yarnConfig: Output<BasicYarnAutoscalingConfigArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val cooldownPeriod: Output<String>? = null

Optional. Duration between scaling events. A scaling period starts after the update operation from the previous event has completed.Bounds: 2m, 1d. Default: 2m.

Link copied to clipboard

Optional. Spark Standalone autoscaling configuration

Link copied to clipboard

Optional. YARN autoscaling configuration.