rules

@JvmName(name = "sogkfiomgnwghgnd")
suspend fun rules(value: Output<List<ScaleRuleArgs>>)
@JvmName(name = "pwwkiwgtptfwrlrj")
suspend fun rules(value: List<ScaleRuleArgs>)

Parameters

value

the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.


@JvmName(name = "rkpvllmxnteisgrm")
suspend fun rules(vararg values: Output<ScaleRuleArgs>)


@JvmName(name = "mtrtntuxjlragrhn")
suspend fun rules(values: List<Output<ScaleRuleArgs>>)
@JvmName(name = "tusmlsouhfhwimvg")
suspend fun rules(vararg values: ScaleRuleArgs)

Parameters

values

the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.


@JvmName(name = "uxqwhfyljrepxmth")
suspend fun rules(argument: List<suspend ScaleRuleArgsBuilder.() -> Unit>)
@JvmName(name = "hsqcbipkgkgkrmxm")
suspend fun rules(vararg argument: suspend ScaleRuleArgsBuilder.() -> Unit)
@JvmName(name = "vgcgtiyvfrkaqqpd")
suspend fun rules(argument: suspend ScaleRuleArgsBuilder.() -> Unit)

Parameters

argument

the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.