timeout

@JvmName(name = "dqprfgurqrdlufqf")
suspend fun timeout(value: Output<URLMapPathMatcherDefaultRouteActionTimeoutArgs>)
@JvmName(name = "opgutohnepgnglug")
suspend fun timeout(value: URLMapPathMatcherDefaultRouteActionTimeoutArgs?)

Parameters

value

Specifies the timeout for the selected route. Timeout is computed from the time the request has been fully processed (i.e. end-of-stream) up until the response has been completely processed. Timeout includes all retries. If not specified, will use the largest timeout among all backend services associated with the route. Structure is documented below.


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

Parameters

argument

Specifies the timeout for the selected route. Timeout is computed from the time the request has been fully processed (i.e. end-of-stream) up until the response has been completely processed. Timeout includes all retries. If not specified, will use the largest timeout among all backend services associated with the route. Structure is documented below.