targetGroups

@JvmName(name = "llkjbenhnwuvlsqc")
suspend fun targetGroups(value: Output<List<ListenerRuleActionForwardTargetGroupArgs>>)
@JvmName(name = "aqacwjobcyqbxudj")
suspend fun targetGroups(value: List<ListenerRuleActionForwardTargetGroupArgs>)

Parameters

value

The target groups. Traffic matching the rule is forwarded to the specified target groups. With forward actions, you can assign a weight that controls the prioritization and selection of each target group. This means that requests are distributed to individual target groups based on their weights. For example, if two target groups have the same weight, each target group receives half of the traffic. The default value is 1 with maximum number of 2. If only one target group is provided, there is no need to set the weight; 100% of traffic will go to that target group.


@JvmName(name = "fskoiheurbohkxdn")
suspend fun targetGroups(vararg values: Output<ListenerRuleActionForwardTargetGroupArgs>)


@JvmName(name = "jcakvesqsyiflnrf")
suspend fun targetGroups(values: List<Output<ListenerRuleActionForwardTargetGroupArgs>>)
@JvmName(name = "cbqhrjrlgpvdufwu")
suspend fun targetGroups(vararg values: ListenerRuleActionForwardTargetGroupArgs)

Parameters

values

The target groups. Traffic matching the rule is forwarded to the specified target groups. With forward actions, you can assign a weight that controls the prioritization and selection of each target group. This means that requests are distributed to individual target groups based on their weights. For example, if two target groups have the same weight, each target group receives half of the traffic. The default value is 1 with maximum number of 2. If only one target group is provided, there is no need to set the weight; 100% of traffic will go to that target group.


@JvmName(name = "nqqgvttybdbnrxri")
suspend fun targetGroups(argument: List<suspend ListenerRuleActionForwardTargetGroupArgsBuilder.() -> Unit>)
@JvmName(name = "iaqddclbjrjwftri")
suspend fun targetGroups(vararg argument: suspend ListenerRuleActionForwardTargetGroupArgsBuilder.() -> Unit)
@JvmName(name = "fprhdyjqtbfwvpvt")
suspend fun targetGroups(argument: suspend ListenerRuleActionForwardTargetGroupArgsBuilder.() -> Unit)

Parameters

argument

The target groups. Traffic matching the rule is forwarded to the specified target groups. With forward actions, you can assign a weight that controls the prioritization and selection of each target group. This means that requests are distributed to individual target groups based on their weights. For example, if two target groups have the same weight, each target group receives half of the traffic. The default value is 1 with maximum number of 2. If only one target group is provided, there is no need to set the weight; 100% of traffic will go to that target group.