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

CreateWorkspaceBundleRequest

import type { CreateWorkspaceBundleRequest } from "https://aws-api.deno.dev/v0.3/services/workspaces.ts?docs=full";
interface CreateWorkspaceBundleRequest {
BundleDescription: string;
BundleName: string;
ComputeType: ComputeType;
ImageId: string;
RootStorage?: RootStorage | null;
Tags?: Tag[] | null;
UserStorage: UserStorage;
}

§Properties

§
BundleDescription: string
[src]

The description of the bundle.

§
BundleName: string
[src]

The name of the bundle.

§
ComputeType: ComputeType
[src]
§
ImageId: string
[src]

The identifier of the image that is used to create the bundle.

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

The tags associated with the bundle.

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

§
UserStorage: UserStorage
[src]