Creates 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.
workspaces_create_workspace_bundle(
BundleName,
BundleDescription,
ImageId,
ComputeType,
UserStorage,
RootStorage = NULL,
Tags = NULL
)
[required] The name of the bundle.
[required] The description of the bundle.
[required] The identifier of the image that is used to create the bundle.
[required]
[required]
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
.