stepAdjustments

@JvmName(name = "gemjqxbwbyduqcyb")
suspend fun stepAdjustments(value: Output<List<ScalingPolicyStepAdjustmentArgs>>)
@JvmName(name = "sydqcqibamdsxtbo")
suspend fun stepAdjustments(value: List<ScalingPolicyStepAdjustmentArgs>?)

Parameters

value

A set of adjustments that enable you to scale based on the size of the alarm breach. At least one step adjustment is required if you are adding a new step scaling policy configuration.


@JvmName(name = "yxwgfpvouaepetml")
suspend fun stepAdjustments(vararg values: Output<ScalingPolicyStepAdjustmentArgs>)


@JvmName(name = "kyexgtmxneoonsfi")
suspend fun stepAdjustments(values: List<Output<ScalingPolicyStepAdjustmentArgs>>)
@JvmName(name = "qdsjdwcowyrdscxm")
suspend fun stepAdjustments(vararg values: ScalingPolicyStepAdjustmentArgs)

Parameters

values

A set of adjustments that enable you to scale based on the size of the alarm breach. At least one step adjustment is required if you are adding a new step scaling policy configuration.


@JvmName(name = "gkeflxppwjjgujes")
suspend fun stepAdjustments(argument: List<suspend ScalingPolicyStepAdjustmentArgsBuilder.() -> Unit>)
@JvmName(name = "etqqffvcsoktdwnn")
suspend fun stepAdjustments(vararg argument: suspend ScalingPolicyStepAdjustmentArgsBuilder.() -> Unit)
@JvmName(name = "qyrsusbkxofcbpym")
suspend fun stepAdjustments(argument: suspend ScalingPolicyStepAdjustmentArgsBuilder.() -> Unit)

Parameters

argument

A set of adjustments that enable you to scale based on the size of the alarm breach. At least one step adjustment is required if you are adding a new step scaling policy configuration.