Load Based Config Args
data class LoadBasedConfigArgs(val cooldownPeriod: Output<Int>? = null, val maxNodes: Output<Int>, val minNodes: Output<Int>, val pollInterval: Output<Int>? = null, val scalingRules: Output<List<ScalingRuleArgs>>) : ConvertibleToJava<LoadBasedConfigArgs>
Profile of load based Autoscale.
Properties
Link copied to clipboard
This is a cool down period, this is a time period in seconds, which determines the amount of time that must elapse between a scaling activity started by a rule and the start of the next scaling activity, regardless of the rule that triggers it. The default value is 300 seconds.
Link copied to clipboard
User can specify the poll interval, this is the time period (in seconds) after which scaling metrics are polled for triggering a scaling operation.
Link copied to clipboard
The scaling rules.