workspaces_update_workspaces_pool {paws.end.user.computing} | R Documentation |
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. |
[Package paws.end.user.computing version 0.7.0 Index]