appstream_copy_image: Copies the image within the same region or to a new region...

View source: R/appstream_operations.R

appstream_copy_imageR Documentation

Copies the image within the same region or to a new region within the same AWS account

Description

Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.

See https://www.paws-r-sdk.com/docs/appstream_copy_image/ for full documentation.

Usage

appstream_copy_image(
  SourceImageName,
  DestinationImageName,
  DestinationRegion,
  DestinationImageDescription = NULL
)

Arguments

SourceImageName

[required] The name of the image to copy.

DestinationImageName

[required] The name that the image will have when it is copied to the destination.

DestinationRegion

[required] The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.

DestinationImageDescription

The description that the image will have when it is copied to the destination.


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