ScalingPolicyStepAdjustmentArgs

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>)

Functions

Link copied to clipboard
open override fun toJava(): ScalingPolicyStepAdjustmentArgs

Properties

Link copied to clipboard
val metricIntervalLowerBound: Output<Double>? = null
Link copied to clipboard
val metricIntervalUpperBound: Output<Double>? = null
Link copied to clipboard
val scalingAdjustment: Output<Int>