gateways

@JvmName(name = "jyfgxvhdaocoxfir")
suspend fun gateways(value: Output<List<String>>)
@JvmName(name = "xttffckypfpkcnhk")
suspend fun gateways(value: List<String>?)

Parameters

value

List of gateways this GrpcRoute is attached to, as one of the routing rules to route the requests served by the gateway.


@JvmName(name = "igbrmdvipdtipexk")
suspend fun gateways(vararg values: Output<String>)


@JvmName(name = "kgdpegvmsidogwdn")
suspend fun gateways(values: List<Output<String>>)
@JvmName(name = "qmfwbgudbomjpwwh")
suspend fun gateways(vararg values: String)

Parameters

values

List of gateways this GrpcRoute is attached to, as one of the routing rules to route the requests served by the gateway.