AWS::CloudFront::ContinuousDeploymentPolicy SingleWeightConfig
This configuration determines the percentage of HTTP requests that are sent to the staging distribution.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "SessionStickinessConfig" :
SessionStickinessConfig
, "Weight" :Double
}
YAML
SessionStickinessConfig:
SessionStickinessConfig
Weight:Double
Properties
SessionStickinessConfig
-
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.
Required: No
Type: SessionStickinessConfig
Update requires: No interruption
Weight
-
The percentage of traffic to send to a staging distribution, expressed as a decimal number between 0 and .15.
Required: Yes
Type: Double
Update requires: No interruption