groupWeights

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


@JvmName(name = "kbaaedclyqcrbtqk")
suspend fun groupWeights(values: List<Output<LaunchGroupToWeightArgs>>)
@JvmName(name = "otqgoqrvjjhtucpw")
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 = "lbahrpxspdcultfg")
suspend fun groupWeights(argument: List<suspend LaunchGroupToWeightArgsBuilder.() -> Unit>)
@JvmName(name = "dtynergsexqgskco")
suspend fun groupWeights(vararg argument: suspend LaunchGroupToWeightArgsBuilder.() -> Unit)
@JvmName(name = "runonxhliurlnfaj")
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.