ListenerRuleTargetGroupTupleArgs

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

Information about how traffic will be distributed between multiple target groups in a forward rule.

Constructors

Link copied to clipboard
constructor(targetGroupArn: Output<String>? = null, weight: Output<Int>? = null)

Properties

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

The Amazon Resource Name (ARN) of the target group.

Link copied to clipboard
val weight: Output<Int>? = null

The weight. The range is 0 to 999.

Functions

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