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,
RunningMode = 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.
- RunningMode
The desired running mode for the pool. The running mode can only be updated when the pool is in a stopped state.