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
fun LaunchStepConfigArgs(groupWeights: Output<List<LaunchGroupToWeightArgs>>, segmentOverrides: Output<List<LaunchSegmentOverrideArgs>>? = null, startTime: Output<String>)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val startTime: Output<String>