step Adjustments
suspend fun stepAdjustments(value: Output<List<PolicyStepScalingPolicyConfigurationStepAdjustmentArgs>>)
Parameters
value
Set of adjustments that manage scaling. These have the following structure:
suspend fun stepAdjustments(vararg values: Output<PolicyStepScalingPolicyConfigurationStepAdjustmentArgs>)
suspend fun stepAdjustments(values: List<Output<PolicyStepScalingPolicyConfigurationStepAdjustmentArgs>>)
Parameters
values
Set of adjustments that manage scaling. These have the following structure:
suspend fun stepAdjustments(argument: List<suspend PolicyStepScalingPolicyConfigurationStepAdjustmentArgsBuilder.() -> Unit>)
suspend fun stepAdjustments(vararg argument: suspend PolicyStepScalingPolicyConfigurationStepAdjustmentArgsBuilder.() -> Unit)
suspend fun stepAdjustments(argument: suspend PolicyStepScalingPolicyConfigurationStepAdjustmentArgsBuilder.() -> Unit)
Parameters
argument
Set of adjustments that manage scaling. These have the following structure: