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

CreateUpdatedWorkspaceImageRequest

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

§Properties

§
Description: string
[src]

A description of whether updates for the WorkSpace image are available.

§
Name: string
[src]

The name of the new updated WorkSpace image.

§
SourceImageId: string
[src]

The identifier of the source WorkSpace image.

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

The tags that you want to add to the new updated WorkSpace image.

Note: To add tags at the same time when you're creating the updated image, you must create an IAM policy that grants your IAM user permissions to use workspaces:CreateTags.