groupWeights

@JvmName(name = "pshhrnomxwgxnhrt")
suspend fun groupWeights(value: Output<List<LaunchGroupToWeightArgs>>)
@JvmName(name = "ldyprmqrbfpttvuh")
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 = "rqcrmxhhldgymmtg")
suspend fun groupWeights(vararg values: Output<LaunchGroupToWeightArgs>)


@JvmName(name = "gokkqruobwekimaf")
suspend fun groupWeights(values: List<Output<LaunchGroupToWeightArgs>>)
@JvmName(name = "adclmtmqixdflyip")
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 = "nwbscfxyjhanapfe")
suspend fun groupWeights(argument: List<suspend LaunchGroupToWeightArgsBuilder.() -> Unit>)
@JvmName(name = "oxlthadwohuebslc")
suspend fun groupWeights(vararg argument: suspend LaunchGroupToWeightArgsBuilder.() -> Unit)
@JvmName(name = "bnkrlaljgubcuxkp")
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.