session Stickiness Config
suspend fun sessionStickinessConfig(value: Output<ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfigArgs>)
suspend fun sessionStickinessConfig(value: ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfigArgs?)
Parameters
value
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
.
suspend fun sessionStickinessConfig(argument: suspend ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfigArgsBuilder.() -> Unit)
Parameters
argument
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
.