ListenerRuleActionForwardArgs

data class ListenerRuleActionForwardArgs(val stickiness: Output<ListenerRuleActionForwardStickinessArgs>? = null, val targetGroups: Output<List<ListenerRuleActionForwardTargetGroupArgs>>) : ConvertibleToJava<ListenerRuleActionForwardArgs>

Constructors

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

Properties

Link copied to clipboard

The target group stickiness for the rule.

Link copied to clipboard

One or more target groups block.

Functions

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