Creates the specified WorkSpace bundle
Source:R/workspaces_operations.R
workspaces_create_workspace_bundle.RdCreates the specified WorkSpace bundle. For more information about creating WorkSpace bundles, see Create a Custom WorkSpaces Image and Bundle.
See https://www.paws-r-sdk.com/docs/workspaces_create_workspace_bundle/ for full documentation.
Usage
workspaces_create_workspace_bundle(
BundleName,
BundleDescription,
ImageId,
ComputeType,
UserStorage,
RootStorage = NULL,
Tags = NULL
)Arguments
- BundleName
[required] The name of the bundle.
- BundleDescription
[required] The description of the bundle.
- ImageId
[required] The identifier of the image that is used to create the bundle.
- ComputeType
[required] Describes the compute type of the bundle.
- UserStorage
[required] Describes the user volume for a WorkSpace bundle.
- RootStorage
Describes the root volume for a WorkSpace bundle.
The tags associated with the bundle.
To add tags at the same time when you're creating the bundle, you must create an IAM policy that grants your IAM user permissions to use
workspaces:CreateTags.