Creates a new WorkSpace image from an existing WorkSpace.
See https://www.paws-r-sdk.com/docs/workspaces_create_workspace_image/ for full documentation.
workspaces_create_workspace_image(Name, Description, WorkspaceId, Tags = NULL)
[required] The name of the new WorkSpace image.
[required] The description of the new WorkSpace image.
[required] The identifier of the source WorkSpace
The tags that you want to add to the new WorkSpace image. To add tags
when you're creating the image, you must create an IAM policy that
grants your IAM user permission to use workspaces:CreateTags
.