timeout

@JvmName(name = "dwelvrpkduopjsck")
suspend fun timeout(value: Output<TimeoutConfigurationArgs>)
@JvmName(name = "eiyaijwgrktdxdhy")
suspend fun timeout(value: TimeoutConfigurationArgs?)

Parameters

value

A reference to an object that represents the configured timeouts for Service Connect. An object that represents the timeout configurations for Service Connect. If `idleTimeout` is set to a time that is less than `perRequestTimeout`, the connection will close when the `idleTimeout` is reached and not the `perRequestTimeout`.


@JvmName(name = "jccsxxussyeipqct")
suspend fun timeout(argument: suspend TimeoutConfigurationArgsBuilder.() -> Unit)

Parameters

argument

A reference to an object that represents the configured timeouts for Service Connect. An object that represents the timeout configurations for Service Connect. If `idleTimeout` is set to a time that is less than `perRequestTimeout`, the connection will close when the `idleTimeout` is reached and not the `perRequestTimeout`.