class Aws::WorkSpaces::Types::ImportWorkspaceImageRequest

@note When making an API call, you may pass ImportWorkspaceImageRequest

data as a hash:

    {
      ec2_image_id: "Ec2ImageId", # required
      ingestion_process: "BYOL_REGULAR", # required, accepts BYOL_REGULAR, BYOL_GRAPHICS, BYOL_GRAPHICSPRO, BYOL_REGULAR_WSP
      image_name: "WorkspaceImageName", # required
      image_description: "WorkspaceImageDescription", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue",
        },
      ],
      applications: ["Microsoft_Office_2016"], # accepts Microsoft_Office_2016, Microsoft_Office_2019
    }

@!attribute [rw] ec2_image_id

The identifier of the EC2 image.
@return [String]

@!attribute [rw] ingestion_process

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 or WorkSpaces Streaming Protocol (WSP). To use WSP,
specify a value that ends in `_WSP`. To use PCoIP, specify a value
that does not end in `_WSP`.

For non-GPU-enabled bundles (bundles other than Graphics or
GraphicsPro), specify `BYOL_REGULAR` or `BYOL_REGULAR_WSP`,
depending on the protocol.
@return [String]

@!attribute [rw] image_name

The name of the WorkSpace image.
@return [String]

@!attribute [rw] image_description

The description of the WorkSpace image.
@return [String]

@!attribute [rw] tags

The tags. Each WorkSpaces resource can have a maximum of 50 tags.
@return [Array<Types::Tag>]

@!attribute [rw] applications

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

<note markdown="1"> Although this parameter is an array, only one item is allowed at
this time.

 </note>

[1]: https://docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/ImportWorkspaceImageRequest AWS API Documentation

Constants

SENSITIVE