LaunchScheduledSplitsConfigArgs

data class LaunchScheduledSplitsConfigArgs(val steps: Output<List<LaunchScheduledSplitsConfigStepArgs>>) : ConvertibleToJava<LaunchScheduledSplitsConfigArgs>

Constructors

Link copied to clipboard
constructor(steps: Output<List<LaunchScheduledSplitsConfigStepArgs>>)

Properties

Link copied to clipboard

One or up to six blocks that define the traffic allocation percentages among the feature variations during each step of the launch. This also defines the start time of each step. Detailed below.

Functions

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