workspaces_import_workspace_image: Imports the specified Windows 10 or 11 Bring Your Own License...

View source: R/workspaces_operations.R

workspaces_import_workspace_imageR Documentation

Imports the specified Windows 10 or 11 Bring Your Own License (BYOL) image into Amazon WorkSpaces

Description

Imports the specified Windows 10 or 11 Bring Your Own License (BYOL) image into Amazon WorkSpaces. The image must be an already licensed Amazon EC2 image that is in your Amazon Web Services account, and you must own the image. For more information about creating BYOL images, see Bring Your Own Windows Desktop Licenses.

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

Usage

workspaces_import_workspace_image(
  Ec2ImageId,
  IngestionProcess,
  ImageName,
  ImageDescription,
  Tags = NULL,
  Applications = NULL
)

Arguments

Ec2ImageId

[required] The identifier of the EC2 image.

IngestionProcess

[required] The ingestion process to be used when importing the image, depending on which protocol you want to use for your BYOL Workspace image, either PCoIP, WorkSpaces Streaming Protocol (WSP), or bring your own protocol (BYOP). To use WSP, specify a value that ends in ⁠_WSP⁠. To use PCoIP, specify a value that does not end in ⁠_WSP⁠. To use BYOP, specify a value that ends in ⁠_BYOP⁠.

For non-GPU-enabled bundles (bundles other than Graphics or GraphicsPro), specify BYOL_REGULAR, BYOL_REGULAR_WSP, or BYOL_REGULAR_BYOP, depending on the protocol.

The BYOL_REGULAR_BYOP and BYOL_GRAPHICS_G4DN_BYOP values are only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use these values. For more information, see Amazon WorkSpaces Core.

ImageName

[required] The name of the WorkSpace image.

ImageDescription

[required] The description of the WorkSpace image.

Tags

The tags. Each WorkSpaces resource can have a maximum of 50 tags.

Applications

If specified, the version of Microsoft Office to subscribe to. Valid only for Windows 10 and 11 BYOL images. For more information about subscribing to Office for BYOL images, see Bring Your Own Windows Desktop Licenses.

  • Although this parameter is an array, only one item is allowed at this time.

  • Windows 11 only supports Microsoft_Office_2019.


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