ListenerDefaultActionForwardArgs

data class ListenerDefaultActionForwardArgs(val stickiness: Output<ListenerDefaultActionForwardStickinessArgs>? = null, val targetGroups: Output<List<ListenerDefaultActionForwardTargetGroupArgs>>) : ConvertibleToJava<ListenerDefaultActionForwardArgs>

Constructors

Link copied to clipboard
constructor(stickiness: Output<ListenerDefaultActionForwardStickinessArgs>? = null, targetGroups: Output<List<ListenerDefaultActionForwardTargetGroupArgs>>)

Properties

Link copied to clipboard

Configuration block for target group stickiness for the rule. Detailed below.

Link copied to clipboard

Set of 1-5 target group blocks. Detailed below. The following arguments are optional:

Functions

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