GetScalingRulesRuleStepAdjustment

data class GetScalingRulesRuleStepAdjustment(val metricIntervalLowerBound: String, val metricIntervalUpperBound: String, val scalingAdjustment: Int)

Constructors

Link copied to clipboard
constructor(metricIntervalLowerBound: String, metricIntervalUpperBound: String, scalingAdjustment: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Available since v1.250.0) The lower limit of each step adjustment. Valid values: -9.999999E18 to 9.999999E18.

Link copied to clipboard

(Available since v1.250.0) The upper limit of each step adjustment. Valid values: -9.999999E18 to 9.999999E18.

Link copied to clipboard

(Available since v1.250.0) The number of instances that are scaled in each step adjustment.