workspaces_copy_workspace_image {paws.end.user.computing} | R Documentation |
Copies the specified image from the specified Region to the current Region. For more information about copying images, see Copy a Custom WorkSpaces Image.
See https://www.paws-r-sdk.com/docs/workspaces_copy_workspace_image/ for full documentation.
workspaces_copy_workspace_image(
Name,
Description = NULL,
SourceImageId,
SourceRegion,
Tags = NULL
)
Name |
[required] The name of the image. |
Description |
A description of the image. |
SourceImageId |
[required] The identifier of the source image. |
SourceRegion |
[required] The identifier of the source Region. |
Tags |
The tags for the image. |