ListenerRuleActionForwardStickinessArgs

data class ListenerRuleActionForwardStickinessArgs(val duration: Output<Int>, val enabled: Output<Boolean>? = null) : ConvertibleToJava<ListenerRuleActionForwardStickinessArgs>

Constructors

Link copied to clipboard
constructor(duration: Output<Int>, enabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val duration: Output<Int>

The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).

Link copied to clipboard
val enabled: Output<Boolean>? = null

Indicates whether target group stickiness is enabled.

Functions

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