PolicyStepScalingPolicyConfigurationStepAdjustment

data class PolicyStepScalingPolicyConfigurationStepAdjustment(val metricIntervalLowerBound: String? = null, val metricIntervalUpperBound: String? = null, val scalingAdjustment: Int)

Constructors

constructor(metricIntervalLowerBound: String? = null, metricIntervalUpperBound: String? = null, scalingAdjustment: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Lower bound for the difference between the alarm threshold and the CloudWatch metric. Without a value, AWS will treat this bound as negative infinity.

Link copied to clipboard

Upper bound for the difference between the alarm threshold and the CloudWatch metric. Without a value, AWS will treat this bound as infinity. The upper bound must be greater than the lower bound.

Link copied to clipboard

Number of members by which to scale, when the adjustment bounds are breached. A positive value scales up. A negative value scales down.