Skip to contents

Creates a pool of WorkSpaces.

See https://www.paws-r-sdk.com/docs/workspaces_create_workspaces_pool/ for full documentation.

Usage

workspaces_create_workspaces_pool(
  PoolName,
  Description,
  BundleId,
  DirectoryId,
  Capacity,
  Tags = NULL,
  ApplicationSettings = NULL,
  TimeoutSettings = NULL,
  RunningMode = NULL
)

Arguments

PoolName

[required] The name of the pool.

Description

[required] The pool description.

BundleId

[required] The identifier of the bundle for the pool.

DirectoryId

[required] The identifier of the directory for the pool.

Capacity

[required] The user capacity of the pool.

Tags

The tags for the pool.

ApplicationSettings

Indicates the application settings of the pool.

TimeoutSettings

Indicates the timeout settings of the pool.

RunningMode

The running mode for the pool.