ListenerRuleTargetGroupStickinessConfig

data class ListenerRuleTargetGroupStickinessConfig(val durationSeconds: Int? = null, val enabled: Boolean? = null)

Information about the target group stickiness for a rule.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val durationSeconds: Int? = null

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

Indicates whether target group stickiness is enabled.