ListenerRuleTargetGroupStickinessConfigArgs

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

Information about the target group stickiness for a rule.

Constructors

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

Properties

Link copied to clipboard
val durationSeconds: Output<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: Output<Boolean>? = null

Indicates whether target group stickiness is enabled.

Functions

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