timeout

@JvmName(name = "bvculvkxugvteqhm")
suspend fun timeout(value: Output<RegionUrlMapPathMatcherPathRuleRouteActionTimeoutArgs>)
@JvmName(name = "fdoepqsmjtyvblje")
suspend fun timeout(value: RegionUrlMapPathMatcherPathRuleRouteActionTimeoutArgs?)

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