ContinuousDeploymentPolicySingleWeightConfigArgs

data class ContinuousDeploymentPolicySingleWeightConfigArgs(val sessionStickinessConfig: Output<ContinuousDeploymentPolicySessionStickinessConfigArgs>? = null, val weight: Output<Double>) : ConvertibleToJava<ContinuousDeploymentPolicySingleWeightConfigArgs>

Constructors

constructor(sessionStickinessConfig: Output<ContinuousDeploymentPolicySessionStickinessConfigArgs>? = null, weight: Output<Double>)

Properties

Link copied to clipboard

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 your staging distribution, while others are sent to your primary distribution. Define the session duration using TTL values.

Link copied to clipboard
val weight: Output<Double>

The percentage of traffic to send to a staging distribution, expressed as a decimal number between 0 and 0.15. For example, a value of 0.10 means 10% of traffic is sent to the staging distribution.

Functions

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