rules

@JvmName(name = "lyegsrqiyhoyqtyb")
suspend fun rules(value: Output<List<ScaleRuleArgs>>)
@JvmName(name = "mcxrpsnyhjpdncvg")
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 = "hrxlhracgbitjjkc")
suspend fun rules(vararg values: Output<ScaleRuleArgs>)


@JvmName(name = "xyyevbnxklqaxktr")
suspend fun rules(values: List<Output<ScaleRuleArgs>>)
@JvmName(name = "iagldplvnlthbhpo")
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 = "slcmcmhgjsamxuln")
suspend fun rules(argument: List<suspend ScaleRuleArgsBuilder.() -> Unit>)
@JvmName(name = "hpaipuwjevtqmrpy")
suspend fun rules(vararg argument: suspend ScaleRuleArgsBuilder.() -> Unit)
@JvmName(name = "dgjxlnlijgbjclly")
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.