Predictive Autoscale Policy Args
data class PredictiveAutoscalePolicyArgs(val scaleLookAheadTime: Output<String>? = null, val scaleMode: Output<PredictiveAutoscalePolicyScaleMode>) : ConvertibleToJava<PredictiveAutoscalePolicyArgs>
The parameters for enabling predictive autoscale.
Constructors
Link copied to clipboard
constructor(scaleLookAheadTime: Output<String>? = null, scaleMode: Output<PredictiveAutoscalePolicyScaleMode>)