timeout

@JvmName(name = "jopiicmdhbpojwqj")
suspend fun timeout(value: Output<URLMapPathMatcherRouteRuleRouteActionTimeoutArgs>)
@JvmName(name = "kylnhjnwatslygdk")
suspend fun timeout(value: URLMapPathMatcherRouteRuleRouteActionTimeoutArgs?)

Parameters

value

Specifies the timeout for the selected route. Timeout is computed from the time the request is has been fully processed (i.e. end-of-stream) up until the response has been completely processed. Timeout includes all retries. If not specified, the default value is 15 seconds. Structure is documented below.


@JvmName(name = "lwgwgkhyvabveova")
suspend fun timeout(argument: suspend URLMapPathMatcherRouteRuleRouteActionTimeoutArgsBuilder.() -> Unit)

Parameters

argument

Specifies the timeout for the selected route. Timeout is computed from the time the request is has been fully processed (i.e. end-of-stream) up until the response has been completely processed. Timeout includes all retries. If not specified, the default value is 15 seconds. Structure is documented below.