Launch Step Config Args
data class LaunchStepConfigArgs(val groupWeights: Output<List<LaunchGroupToWeightArgs>>, val segmentOverrides: Output<List<LaunchSegmentOverrideArgs>>? = null, val startTime: Output<String>) : ConvertibleToJava<LaunchStepConfigArgs>
Constructors
Link copied to clipboard
constructor(groupWeights: Output<List<LaunchGroupToWeightArgs>>, segmentOverrides: Output<List<LaunchSegmentOverrideArgs>>? = null, startTime: Output<String>)
Properties
Link copied to clipboard
An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.
Link copied to clipboard
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 .