maxStreamDuration

@JvmName(name = "rgucwndevmwcmpdm")
suspend fun maxStreamDuration(value: Output<URLMapPathMatcherDefaultRouteActionMaxStreamDurationArgs>)

Parameters

value

Specifies the maximum duration (timeout) for streams on the selected route. Unlike the Timeout field where the timeout duration starts from the time the request has been fully processed (known as end-of-stream), the duration in this field is computed from the beginning of the stream until the response has been processed, including all retries. A stream that does not complete in this duration is closed. Structure is documented below.


@JvmName(name = "lhhxvwwlpualevco")
suspend fun maxStreamDuration(argument: suspend URLMapPathMatcherDefaultRouteActionMaxStreamDurationArgsBuilder.() -> Unit)

Parameters

argument

Specifies the maximum duration (timeout) for streams on the selected route. Unlike the Timeout field where the timeout duration starts from the time the request has been fully processed (known as end-of-stream), the duration in this field is computed from the beginning of the stream until the response has been processed, including all retries. A stream that does not complete in this duration is closed. Structure is documented below.