routingStrategy

@JvmName(name = "ttggjktveragduyf")
suspend fun routingStrategy(value: Output<String>)
@JvmName(name = "yrojgdpksukukvhd")
suspend fun routingStrategy(value: String)

Parameters

value

Sets how the endpoint routes incoming traffic. Valid values are LEAST_OUTSTANDING_REQUESTS and RANDOM. LEAST_OUTSTANDING_REQUESTS routes requests to the specific instances that have more capacity to process them. RANDOM routes each request to a randomly chosen instance.