Continuous Deployment Policy Traffic Config Single Weight Config
data class ContinuousDeploymentPolicyTrafficConfigSingleWeightConfig(val sessionStickinessConfig: ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig? = null, val weight: Double)
Constructors
Link copied to clipboard
constructor(sessionStickinessConfig: ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig? = null, weight: Double)
Properties
Link copied to clipboard
val sessionStickinessConfig: ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig? = null
Session stickiness provides the ability to define multiple requests from a single viewer as a single session. This prevents the potentially inconsistent experience of sending some of a given user's requests to the staging distribution, while others are sent to the primary distribution. Define the session duration using TTL values. See session_stickiness_config
.