Scaling Policy Step Adjustment Args
data class ScalingPolicyStepAdjustmentArgs(val metricIntervalLowerBound: Output<Double>? = null, val metricIntervalUpperBound: Output<Double>? = null, val scalingAdjustment: Output<Int>) : ConvertibleToJava<ScalingPolicyStepAdjustmentArgs>
Constructors
Link copied to clipboard
fun ScalingPolicyStepAdjustmentArgs(metricIntervalLowerBound: Output<Double>? = null, metricIntervalUpperBound: Output<Double>? = null, scalingAdjustment: Output<Int>)