Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImportWorkspaceImageRequest

import type { ImportWorkspaceImageRequest } from "https://aws-api.deno.dev/v0.3/services/workspaces.ts?docs=full";
interface ImportWorkspaceImageRequest {
Applications?: Application[] | null;
Ec2ImageId: string;
ImageDescription: string;
ImageName: string;
Tags?: Tag[] | null;
}

§Properties

§
Applications?: Application[] | null
[src]

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.

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

§
Ec2ImageId: string
[src]

The identifier of the EC2 image.

§
ImageDescription: string
[src]

The description of the WorkSpace image.

§
ImageName: string
[src]

The name of the WorkSpace image.

§

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.

§
Tags?: Tag[] | null
[src]

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