targetControls

@JvmName(name = "buhaoklxbbcyxcye")
suspend fun targetControls(value: Output<List<String>>)
@JvmName(name = "bdmoivlsggewyver")
suspend fun targetControls(value: List<String>)

Parameters

value

Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the specified GatingControls. For example, say you have three gating controls, one for each of three AWS Regions. Now you specify AtLeast 2 as your RuleConfig. With these settings, you can only change (set or unset) the routing controls that you have specified as TargetControls if that rule evaluates to true. In other words, your ability to change the routing controls that you have specified as TargetControls is gated by the rule that you set for the routing controls in GatingControls.


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


@JvmName(name = "uyipponufgnhbtns")
suspend fun targetControls(values: List<Output<String>>)
@JvmName(name = "oqolipmbmlyaatgn")
suspend fun targetControls(vararg values: String)

Parameters

values

Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the specified GatingControls. For example, say you have three gating controls, one for each of three AWS Regions. Now you specify AtLeast 2 as your RuleConfig. With these settings, you can only change (set or unset) the routing controls that you have specified as TargetControls if that rule evaluates to true. In other words, your ability to change the routing controls that you have specified as TargetControls is gated by the rule that you set for the routing controls in GatingControls.