minAdjustmentMagnitude

@JvmName(name = "kvxndwvxdaswfkvq")
suspend fun minAdjustmentMagnitude(value: Output<Int>)
@JvmName(name = "dtgmkamhlpnyooqy")
suspend fun minAdjustmentMagnitude(value: Int?)

Parameters

value

The minimum value to scale by when the adjustment type is PercentChangeInCapacity. For example, suppose that you create a step scaling policy to scale out an Auto Scaling group by 25 percent and you specify a MinAdjustmentMagnitude of 2. If the group has 4 instances and the scaling policy is performed, 25 percent of 4 is 1. However, because you specified a MinAdjustmentMagnitude of 2, Amazon EC2 Auto Scaling scales out the group by 2 instances.