Learn R Programming

paws.end.user.computing (version 0.9.0)

workspaces_update_workspaces_pool: Updates the specified pool

Description

Updates the specified pool.

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

Usage

workspaces_update_workspaces_pool(
  PoolId,
  Description = NULL,
  BundleId = NULL,
  DirectoryId = NULL,
  Capacity = NULL,
  ApplicationSettings = NULL,
  TimeoutSettings = NULL
)

Arguments

PoolId

[required] The identifier of the specified pool to update.

Description

Describes the specified pool to update.

BundleId

The identifier of the bundle.

DirectoryId

The identifier of the directory.

Capacity

The desired capacity for the pool.

ApplicationSettings

The persistent application settings for users in the pool.

TimeoutSettings

Indicates the timeout settings of the specified pool.