Launch Scheduled Splits Config Step Args
data class LaunchScheduledSplitsConfigStepArgs(val groupWeights: Output<Map<String, Int>>, val segmentOverrides: Output<List<LaunchScheduledSplitsConfigStepSegmentOverrideArgs>>? = null, val startTime: Output<String>) : ConvertibleToJava<LaunchScheduledSplitsConfigStepArgs>
Properties
Link copied to clipboard
The traffic allocation percentages among the feature variations during one step of a launch. This is a set of key-value pairs. The keys are variation names. The values represent the percentage of traffic to allocate to that variation during this step. For more information, refer to the AWS documentation for ScheduledSplitConfig groupWeights.
Link copied to clipboard
One or up to six blocks that 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. Detailed below.