idleTimeoutSeconds

@JvmName(name = "txxhkykusmwfujuq")
suspend fun idleTimeoutSeconds(value: Output<Int>)
@JvmName(name = "manyypubiwirbfld")
suspend fun idleTimeoutSeconds(value: Int?)

Parameters

value

The amount of time in seconds a connection will stay active while idle. A value of `0` can be set to disable `idleTimeout`. The `idleTimeout` default for `HTTP`/`HTTP2`/`GRPC` is 5 minutes. The `idleTimeout` default for `TCP` is 1 hour.