Autoscaling Policy Scale Down Control Args
data class AutoscalingPolicyScaleDownControlArgs(val maxScaledDownReplicas: Output<FixedOrPercentArgs>? = null, val timeWindowSec: Output<Int>? = null) : ConvertibleToJava<AutoscalingPolicyScaleDownControlArgs>
Configuration that allows for slower scale in so that even if Autoscaler recommends an abrupt scale in of a MIG, it will be throttled as specified by the parameters below.
Constructors
Link copied to clipboard
fun AutoscalingPolicyScaleDownControlArgs(maxScaledDownReplicas: Output<FixedOrPercentArgs>? = null, timeWindowSec: Output<Int>? = null)