workspaces_copy_workspace_image: Copies the specified image from the specified Region to the...

View source: R/workspaces_operations.R

workspaces_copy_workspace_imageR 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.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.