GetWorkspacesPoolResult

data class GetWorkspacesPoolResult(val applicationSettings: WorkspacesPoolApplicationSettings? = null, val bundleId: String? = null, val capacity: WorkspacesPoolCapacity? = null, val createdAt: String? = null, val description: String? = null, val directoryId: String? = null, val poolArn: String? = null, val poolId: String? = null, val timeoutSettings: WorkspacesPoolTimeoutSettings? = null)

Constructors

Link copied to clipboard
constructor(applicationSettings: WorkspacesPoolApplicationSettings? = null, bundleId: String? = null, capacity: WorkspacesPoolCapacity? = null, createdAt: String? = null, description: String? = null, directoryId: String? = null, poolArn: String? = null, poolId: String? = null, timeoutSettings: WorkspacesPoolTimeoutSettings? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The persistent application settings for users of the pool.

Link copied to clipboard
val bundleId: String? = null

The identifier of the bundle used by the pool.

Link copied to clipboard

Describes the user capacity for the pool.

Link copied to clipboard
val createdAt: String? = null

The time the pool was created.

Link copied to clipboard
val description: String? = null

The description of the pool.

Link copied to clipboard
val directoryId: String? = null

The identifier of the directory used by the pool.

Link copied to clipboard
val poolArn: String? = null

The Amazon Resource Name (ARN) for the pool.

Link copied to clipboard
val poolId: String? = null

The identifier of the pool.

Link copied to clipboard

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.