WorkspacesPoolArgs

data class WorkspacesPoolArgs(val applicationSettings: Output<WorkspacesPoolApplicationSettingsArgs>? = null, val bundleId: Output<String>? = null, val capacity: Output<WorkspacesPoolCapacityArgs>? = null, val description: Output<String>? = null, val directoryId: Output<String>? = null, val poolName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val timeoutSettings: Output<WorkspacesPoolTimeoutSettingsArgs>? = null) : ConvertibleToJava<WorkspacesPoolArgs>

Resource Type definition for AWS::WorkSpaces::WorkspacesPool

Constructors

Link copied to clipboard
constructor(applicationSettings: Output<WorkspacesPoolApplicationSettingsArgs>? = null, bundleId: Output<String>? = null, capacity: Output<WorkspacesPoolCapacityArgs>? = null, description: Output<String>? = null, directoryId: Output<String>? = null, poolName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, timeoutSettings: Output<WorkspacesPoolTimeoutSettingsArgs>? = null)

Properties

Link copied to clipboard

The persistent application settings for users of the pool.

Link copied to clipboard
val bundleId: Output<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 description: Output<String>? = null

The description of the pool.

Link copied to clipboard
val directoryId: Output<String>? = null

The identifier of the directory used by the pool.

Link copied to clipboard
val poolName: Output<String>? = null

The name of the pool.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags for 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.

Functions

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