workspaces_create_updated_workspace_image: Creates a new updated WorkSpace image based on the specified...

View source: R/workspaces_operations.R

workspaces_create_updated_workspace_imageR Documentation

Creates a new updated WorkSpace image based on the specified source image

Description

Creates a new updated WorkSpace image based on the specified source image. The new updated WorkSpace image has the latest drivers and other updates required by the Amazon WorkSpaces components.

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

Usage

workspaces_create_updated_workspace_image(
  Name,
  Description,
  SourceImageId,
  Tags = NULL
)

Arguments

Name

[required] The name of the new updated WorkSpace image.

Description

[required] A description of whether updates for the WorkSpace image are available.

SourceImageId

[required] The identifier of the source WorkSpace image.

Tags

The tags that you want to add to the new updated WorkSpace image.

To add tags at the same time when you're creating the updated image, you must create an IAM policy that grants your IAM user permissions to use workspaces:CreateTags.


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