weights

@JvmName(name = "dgegxfpkrbekcajn")
suspend fun weights(value: Output<List<LaunchGroupToWeightArgs>>)
@JvmName(name = "ppqjmqpuhqkcrdgk")
suspend fun weights(value: List<LaunchGroupToWeightArgs>)

Parameters

value

The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.


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


@JvmName(name = "astlncjladlgiqnr")
suspend fun weights(values: List<Output<LaunchGroupToWeightArgs>>)
@JvmName(name = "yoqrgykkrlgaxxsk")
suspend fun weights(vararg values: LaunchGroupToWeightArgs)

Parameters

values

The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.


@JvmName(name = "uuvwxnfdefqdaocl")
suspend fun weights(argument: List<suspend LaunchGroupToWeightArgsBuilder.() -> Unit>)
@JvmName(name = "jwsbrqgxuknvmvwb")
suspend fun weights(vararg argument: suspend LaunchGroupToWeightArgsBuilder.() -> Unit)
@JvmName(name = "llbefxywjdeyfvcx")
suspend fun weights(argument: suspend LaunchGroupToWeightArgsBuilder.() -> Unit)

Parameters

argument

The traffic allocation percentages among the feature variations to assign to this segment. This is a set of key-value pairs. The keys are variation names. The values represent the amount of traffic to allocate to that variation for this segment. This is expressed in thousandths of a percent, so a weight of 50000 represents 50% of traffic.