timeout

@JvmName(name = "ieqsvlqpqwcmsdsx")
suspend fun timeout(value: Output<URLMapPathMatcherRouteRuleRouteActionTimeoutArgs>)
@JvmName(name = "oitlrlvpkrnaxupe")
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 = "jyymnjmhlywcomfb")
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.