AWS::Evidently::Launch StepConfig
A structure that defines when each step of the launch is to start, and how much launch traffic is to be allocated to each variation during each step.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "GroupWeights" :
[ GroupToWeight, ... ]
, "SegmentOverrides" :[ SegmentOverride, ... ]
, "StartTime" :String
}
YAML
GroupWeights:
- GroupToWeight
SegmentOverrides:- SegmentOverride
StartTime:String
Properties
GroupWeights
-
An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
Required: Yes
Type: Array of GroupToWeight
Update requires: No interruption
SegmentOverrides
-
An array of structures that you can use to specify different traffic splits for one or more audience segments. A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.
For more information, see Use segments to focus your audience.
Required: No
Type: Array of SegmentOverride
Update requires: No interruption
StartTime
-
The date and time to start this step of the launch. Use UTC format,
yyyy-MM-ddTHH:mm:ssZ
. For example,2025-11-25T23:59:59Z
Required: Yes
Type: String
Update requires: No interruption