LaunchSegmentOverrideArgs

data class LaunchSegmentOverrideArgs(val evaluationOrder: Output<Int>, val segment: Output<String>, val weights: Output<List<LaunchGroupToWeightArgs>>) : ConvertibleToJava<LaunchSegmentOverrideArgs>

Constructors

Link copied to clipboard
fun LaunchSegmentOverrideArgs(evaluationOrder: Output<Int>, segment: Output<String>, weights: Output<List<LaunchGroupToWeightArgs>>)

Functions

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

Properties

Link copied to clipboard
val evaluationOrder: Output<Int>
Link copied to clipboard
val segment: Output<String>
Link copied to clipboard