appstream_create_updated_image: Creates a new image with the latest Windows operating system...

View source: R/appstream_operations.R

appstream_create_updated_imageR Documentation

Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2

Description

Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.

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

Usage

appstream_create_updated_image(
  existingImageName,
  newImageName,
  newImageDescription = NULL,
  newImageDisplayName = NULL,
  newImageTags = NULL,
  dryRun = NULL
)

Arguments

existingImageName

[required] The name of the image to update.

newImageName

[required] The name of the new image. The name must be unique within the AWS account and Region.

newImageDescription

The description to display for the new image.

newImageDisplayName

The name to display for the new image.

newImageTags

The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \ - @

If you do not specify a value, the value is set to an empty string.

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

dryRun

Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process of creating a new updated image. If this value is set to true, AppStream 2.0 displays whether image updates are available. If this value is set to false, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.


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