View source: R/workspaces_operations.R
workspaces_update_workspaces_pool | R Documentation |
Updates the specified pool.
See https://www.paws-r-sdk.com/docs/workspaces_update_workspaces_pool/ for full documentation.
workspaces_update_workspaces_pool(
PoolId,
Description = NULL,
BundleId = NULL,
DirectoryId = NULL,
Capacity = NULL,
ApplicationSettings = NULL,
TimeoutSettings = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.