Listener Default Action Forward Target Group
data class ListenerDefaultActionForwardTargetGroup(val targetGroupIdentifier: String? = null, val weight: Int? = null)
Constructors
Link copied to clipboard
fun ListenerDefaultActionForwardTargetGroup(targetGroupIdentifier: String? = null, weight: Int? = null)
Types
Properties
Link copied to clipboard
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
.