workspaces_create_workspaces_pool: Creates a pool of WorkSpaces

View source: R/workspaces_operations.R

workspaces_create_workspaces_poolR Documentation

Creates a pool of WorkSpaces

Description

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
)

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.


paws.end.user.computing documentation built on April 3, 2025, 8:56 p.m.