ListenerDefaultActionForwardStickinessArgs

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

Constructors

constructor(duration: Output<Int>, enabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val duration: Output<Int>

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). The following arguments are optional:

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

Whether target group stickiness is enabled. Default is false.

Functions

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