ListenerForwardConfigArgs

data class ListenerForwardConfigArgs(val targetGroupStickinessConfig: Output<ListenerTargetGroupStickinessConfigArgs>? = null, val targetGroups: Output<List<ListenerTargetGroupTupleArgs>>? = null) : ConvertibleToJava<ListenerForwardConfigArgs>

Information for creating an action that distributes requests among one or more target groups. For Network Load Balancers, you can specify a single target group. Specify only when `Type` is `forward`. If you specify both `ForwardConfig` and `TargetGroupArn`, you can specify only one target group using `ForwardConfig` and it must be the same target group specified in `TargetGroupArn`.

Constructors

Link copied to clipboard
constructor(targetGroupStickinessConfig: Output<ListenerTargetGroupStickinessConfigArgs>? = null, targetGroups: Output<List<ListenerTargetGroupTupleArgs>>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard

Information about the target group stickiness for a rule.

Functions

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