ContinuousDeploymentPolicySessionStickinessConfig

data class ContinuousDeploymentPolicySessionStickinessConfig(val idleTtl: Int, val maximumTtl: Int)

Constructors

constructor(idleTtl: Int, maximumTtl: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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).