timeout

@JvmName(name = "vcnhlpcbaecrkbkb")
suspend fun timeout(value: Output<URLMapPathMatcherPathRuleRouteActionTimeoutArgs>)
@JvmName(name = "erbjgohgqxshbxyh")
suspend fun timeout(value: URLMapPathMatcherPathRuleRouteActionTimeoutArgs?)

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 = "ohbjrcvxmsyvluqq")
suspend fun timeout(argument: suspend URLMapPathMatcherPathRuleRouteActionTimeoutArgsBuilder.() -> 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.