Autoscaling Policy Scale In Control Args
    data class AutoscalingPolicyScaleInControlArgs(val maxScaledInReplicas: Output<FixedOrPercentArgs>? = null, val timeWindowSec: Output<Int>? = null) : ConvertibleToJava<AutoscalingPolicyScaleInControlArgs> 
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 AutoscalingPolicyScaleInControlArgs(maxScaledInReplicas: Output<FixedOrPercentArgs>? = null, timeWindowSec: Output<Int>? = null)