groupWeights

@JvmName(name = "wdwimiauafgllygx")
suspend fun groupWeights(value: Output<Map<String, Int>>)
@JvmName(name = "syxtygiuctpgmojs")
suspend fun groupWeights(value: Map<String, Int>)

Parameters

value

The traffic allocation percentages among the feature variations during one step of a launch. This is a set of key-value pairs. The keys are variation names. The values represent the percentage of traffic to allocate to that variation during this step. For more information, refer to the AWS documentation for ScheduledSplitConfig groupWeights.


@JvmName(name = "wadjlneckvbvcbrg")
fun groupWeights(vararg values: Pair<String, Int>)

Parameters

values

The traffic allocation percentages among the feature variations during one step of a launch. This is a set of key-value pairs. The keys are variation names. The values represent the percentage of traffic to allocate to that variation during this step. For more information, refer to the AWS documentation for ScheduledSplitConfig groupWeights.