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