ListenerDefaultActionForwardStickiness

data class ListenerDefaultActionForwardStickiness(val duration: Int, val enabled: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: Boolean? = null

Whether target group stickiness is enabled. Default is false.