ListenerDefaultActionForwardTargetGroup

data class ListenerDefaultActionForwardTargetGroup(val targetGroupIdentifier: String? = null, val weight: Int? = null)

Constructors

Link copied to clipboard
constructor(targetGroupIdentifier: String? = null, weight: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID or Amazon Resource Name (ARN) of the target group.

Link copied to clipboard
val weight: Int? = null

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.