ListenerDefaultActionForwardTargetGroupArgs

data class ListenerDefaultActionForwardTargetGroupArgs(val targetGroupIdentifier: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<ListenerDefaultActionForwardTargetGroupArgs>

Constructors

constructor(targetGroupIdentifier: Output<String>? = null, weight: Output<Int>? = null)

Properties

Link copied to clipboard
val targetGroupIdentifier: Output<String>? = null

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

Link copied to clipboard
val weight: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): ListenerDefaultActionForwardTargetGroupArgs