Listener Default Action Forward Target Group Args
data class ListenerDefaultActionForwardTargetGroupArgs(val targetGroupIdentifier: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<ListenerDefaultActionForwardTargetGroupArgs>
Constructors
Link copied to clipboard
fun ListenerDefaultActionForwardTargetGroupArgs(targetGroupIdentifier: Output<String>? = null, weight: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
Determines how requests are distributed to the target group. Only required if you specify multiple target groups for a forward action. For example, if you specify two target groups, one with a weight of 10 and the other with a weight of 20, the target group with a weight of 20 receives twice as many requests as the other target group. See Listener rules in the AWS documentation for additional examples. Default: 100
.