gatingControls

@JvmName(name = "sllwqmslkhfqmulc")
suspend fun gatingControls(value: Output<List<String>>)
@JvmName(name = "wivlmmbcpggritix")
suspend fun gatingControls(value: List<String>)

Parameters

value

The gating controls for the gating rule. That is, routing controls that are evaluated by the rule configuration that you specify.


@JvmName(name = "mpsslmopmolgogbd")
suspend fun gatingControls(vararg values: Output<String>)


@JvmName(name = "krtiawvpvjlfkryr")
suspend fun gatingControls(values: List<Output<String>>)
@JvmName(name = "eoppydvsbbmlxpma")
suspend fun gatingControls(vararg values: String)

Parameters

values

The gating controls for the gating rule. That is, routing controls that are evaluated by the rule configuration that you specify.