ContinuousDeploymentPolicySessionStickinessConfigArgs

data class ContinuousDeploymentPolicySessionStickinessConfigArgs(val idleTtl: Output<Int>, val maximumTtl: Output<Int>) : ConvertibleToJava<ContinuousDeploymentPolicySessionStickinessConfigArgs>

Constructors

constructor(idleTtl: Output<Int>, maximumTtl: Output<Int>)

Properties

Link copied to clipboard
val idleTtl: Output<Int>

The amount of time after which you want sessions to cease if no requests are received. Allowed values are 300–3600 seconds (5–60 minutes).

Link copied to clipboard
val maximumTtl: Output<Int>

The maximum amount of time to consider requests from the viewer as being part of the same session. Allowed values are 300–3600 seconds (5–60 minutes).

Functions

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