LaunchStepConfigArgs

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 .

Link copied to clipboard
val startTime: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): LaunchStepConfigArgs