workspaces_create_workspace_image {paws.end.user.computing} | R Documentation |
Creates a new WorkSpace image from an existing WorkSpace
Description
Creates a new WorkSpace image from an existing WorkSpace.
See https://www.paws-r-sdk.com/docs/workspaces_create_workspace_image/ for full documentation.
Usage
workspaces_create_workspace_image(Name, Description, WorkspaceId, Tags = NULL)
Arguments
Name |
[required] The name of the new WorkSpace image. |
Description |
[required] The description of the new WorkSpace image. |
WorkspaceId |
[required] The identifier of the source WorkSpace |
Tags |
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 |
[Package paws.end.user.computing version 0.7.0 Index]