readTimeout

@JvmName(name = "yxabulvvippqqksa")
suspend fun readTimeout(value: Output<String>)
@JvmName(name = "psfewvhokokxrlsv")
suspend fun readTimeout(value: String?)

Parameters

value

The maximum duration to wait between reads of a single HTTP connection/stream. Defaults to 15 seconds. The timeout must be a value between 1s and 30s. The readTimeout is capped by the responseTimeout. All reads of the HTTP connection/stream must be completed by the deadline set by the responseTimeout. If the response headers have already been written to the connection, the response will be truncated and logged.