workspaces_copy_workspace_image {paws.end.user.computing} | R Documentation |
Copies the specified image from the specified Region to the current Region
Description
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.
Usage
workspaces_copy_workspace_image(
Name,
Description = NULL,
SourceImageId,
SourceRegion,
Tags = NULL
)
Arguments
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. |
[Package paws.end.user.computing version 0.9.0 Index]