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

CreateWorkspaceImageRequest

import type { CreateWorkspaceImageRequest } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface CreateWorkspaceImageRequest {
Description: string;
Name: string;
Tags?: Tag[] | null;
WorkspaceId: string;
}

§Properties

§
Description: string
[src]

The description of the new WorkSpace image.

§
Name: string
[src]

The name of the new WorkSpace image.

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

The tags that you want to add to the new WorkSpace image. To add tags when you're creating the image, you must create an IAM policy that grants your IAM user permission to use workspaces:CreateTags.

§
WorkspaceId: string
[src]

The identifier of the source WorkSpace