timeoutSettings

@JvmName(name = "tklpitbhtkatvqld")
suspend fun timeoutSettings(value: Output<WorkspacesPoolTimeoutSettingsArgs>)
@JvmName(name = "tpulbigngreeubml")
suspend fun timeoutSettings(value: WorkspacesPoolTimeoutSettingsArgs?)

Parameters

value

The amount of time that a pool session remains active after users disconnect. If they try to reconnect to the pool session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new pool instance.


@JvmName(name = "mwwscrcbvppkepyq")
suspend fun timeoutSettings(argument: suspend WorkspacesPoolTimeoutSettingsArgsBuilder.() -> Unit)

Parameters

argument

The amount of time that a pool session remains active after users disconnect. If they try to reconnect to the pool session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new pool instance.