percentages

@JvmName(name = "axesxvwhwefwevao")
suspend fun percentages(value: Output<Map<String, String>>)
@JvmName(name = "xwwuuaqkaeenpohk")
suspend fun percentages(value: Map<String, String>?)

Parameters

value

Maps service configuration IDs to their corresponding traffic percentage. Key is the service configuration ID, Value is the traffic percentage which must be greater than 0.0 and the sum must equal to 100.0.


@JvmName(name = "sxxhebvvtepypdrt")
fun percentages(vararg values: Pair<String, String>)

Parameters

values

Maps service configuration IDs to their corresponding traffic percentage. Key is the service configuration ID, Value is the traffic percentage which must be greater than 0.0 and the sum must equal to 100.0.