weights

@JvmName(name = "jwekxyeydwnnxnea")
suspend fun weights(value: Output<List<LaunchGroupToWeightArgs>>)
@JvmName(name = "qwlbrmwvskqcerjj")
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 = "demmesakqojonvpn")
suspend fun weights(vararg values: Output<LaunchGroupToWeightArgs>)


@JvmName(name = "cjetfnphisqlahji")
suspend fun weights(values: List<Output<LaunchGroupToWeightArgs>>)
@JvmName(name = "yionqbfidluyksnw")
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 = "mernfqbjxfhyrqii")
suspend fun weights(argument: List<suspend LaunchGroupToWeightArgsBuilder.() -> Unit>)
@JvmName(name = "ehhdswuqdwtjlnpg")
suspend fun weights(vararg argument: suspend LaunchGroupToWeightArgsBuilder.() -> Unit)
@JvmName(name = "asclwbktokyshoww")
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.