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

CopyWorkspaceImageRequest

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

§Properties

§
Description?: string | null
[src]

A description of the image.

§
Name: string
[src]

The name of the image.

§
SourceImageId: string
[src]

The identifier of the source image.

§
SourceRegion: string
[src]

The identifier of the source Region.

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

The tags for the image.