LaunchScheduledSplitsConfigStepArgs

data class LaunchScheduledSplitsConfigStepArgs(val groupWeights: Output<Map<String, Int>>, val segmentOverrides: Output<List<LaunchScheduledSplitsConfigStepSegmentOverrideArgs>>? = null, val startTime: Output<String>) : ConvertibleToJava<LaunchScheduledSplitsConfigStepArgs>

Constructors

Link copied to clipboard
constructor(groupWeights: Output<Map<String, Int>>, segmentOverrides: Output<List<LaunchScheduledSplitsConfigStepSegmentOverrideArgs>>? = null, startTime: Output<String>)

Properties

Link copied to clipboard
val groupWeights: Output<Map<String, Int>>

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.

Link copied to clipboard
val startTime: Output<String>

Specifies the date and time that this step of the launch starts.

Functions

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