WorkspacesPoolTimeoutSettingsArgs

data class WorkspacesPoolTimeoutSettingsArgs(val disconnectTimeoutInSeconds: Output<Int>? = null, val idleDisconnectTimeoutInSeconds: Output<Int>? = null, val maxUserDurationInSeconds: Output<Int>? = null) : ConvertibleToJava<WorkspacesPoolTimeoutSettingsArgs>

Constructors

Link copied to clipboard
constructor(disconnectTimeoutInSeconds: Output<Int>? = null, idleDisconnectTimeoutInSeconds: Output<Int>? = null, maxUserDurationInSeconds: Output<Int>? = null)

Properties

Link copied to clipboard
val disconnectTimeoutInSeconds: Output<Int>? = null

Specifies the amount of time, in seconds, that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within the time set, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

Link copied to clipboard
val idleDisconnectTimeoutInSeconds: Output<Int>? = null

The amount of time in seconds a connection will stay active while idle.

Link copied to clipboard
val maxUserDurationInSeconds: Output<Int>? = null

Specifies the maximum amount of time, in seconds, that a streaming session can remain active. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

Functions

Link copied to clipboard
open override fun toJava(): WorkspacesPoolTimeoutSettingsArgs