groupWeights

@JvmName(name = "emmncytqpyneqcsg")
suspend fun groupWeights(value: Output<List<LaunchGroupToWeightArgs>>)
@JvmName(name = "wyjmyswieorpbvjc")
suspend fun groupWeights(value: List<LaunchGroupToWeightArgs>)

Parameters

value

An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.


@JvmName(name = "fseqtscoqchyrqck")
suspend fun groupWeights(vararg values: Output<LaunchGroupToWeightArgs>)


@JvmName(name = "yisrdwofdgsonryb")
suspend fun groupWeights(values: List<Output<LaunchGroupToWeightArgs>>)
@JvmName(name = "iugyixccmofsbvwo")
suspend fun groupWeights(vararg values: LaunchGroupToWeightArgs)

Parameters

values

An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.


@JvmName(name = "eflhopvmnjkrcxjr")
suspend fun groupWeights(argument: List<suspend LaunchGroupToWeightArgsBuilder.() -> Unit>)
@JvmName(name = "frylqhcvvcxqfsnq")
suspend fun groupWeights(vararg argument: suspend LaunchGroupToWeightArgsBuilder.() -> Unit)
@JvmName(name = "yqlilwjynwqefljp")
suspend fun groupWeights(argument: suspend LaunchGroupToWeightArgsBuilder.() -> Unit)

Parameters

argument

An array of structures that define how much launch traffic to allocate to each launch group during this step of the launch.