workspaces_create_workspaces_pool {paws.end.user.computing} | R Documentation |
Creates a pool of WorkSpaces
Description
Creates a pool of WorkSpaces.
See https://www.paws-r-sdk.com/docs/workspaces_create_workspaces_pool/ for full documentation.
Usage
workspaces_create_workspaces_pool(
PoolName,
Description,
BundleId,
DirectoryId,
Capacity,
Tags = NULL,
ApplicationSettings = NULL,
TimeoutSettings = NULL
)
Arguments
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. |
[Package paws.end.user.computing version 0.9.0 Index]