ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val idleTtl: Output<Int>

The amount of time in seconds after which sessions will cease if no requests are received. Valid values are 3003600 (5–60 minutes). The value must be less than or equal to maximum_ttl.

Link copied to clipboard
val maximumTtl: Output<Int>

The maximum amount of time in seconds to consider requests from the viewer as being part of the same session. Valid values are 3003600 (5–60 minutes). The value must be greater than or equal to idle_ttl.

Functions

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