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

CreateWorkspaceImageResult

import type { CreateWorkspaceImageResult } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface CreateWorkspaceImageResult {
Created?: Date | number | null;
Description?: string | null;
ImageId?: string | null;
Name?: string | null;
OperatingSystem?: OperatingSystem | null;
OwnerAccountId?: string | null;
RequiredTenancy?: WorkspaceImageRequiredTenancy | null;
State?: WorkspaceImageState | null;
}

§Properties

§
Created?: Date | number | null
[src]

The date when the image was created.

§
Description?: string | null
[src]

The description of the image.

§
ImageId?: string | null
[src]

The identifier of the new WorkSpace image.

§
Name?: string | null
[src]

The name of the image.

§
OperatingSystem?: OperatingSystem | null
[src]

The operating system that the image is running.

§
OwnerAccountId?: string | null
[src]

The identifier of the Amazon Web Services account that owns the image.

§
RequiredTenancy?: WorkspaceImageRequiredTenancy | null
[src]

Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images..

§

The availability status of the image.