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

SnapshotDiskContainer

import type { SnapshotDiskContainer } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

The disk container object for the import snapshot request.

interface SnapshotDiskContainer {
Description?: string | null;
Format?: string | null;
Url?: string | null;
UserBucket?: UserBucket | null;
}

§Properties

§
Description?: string | null
[src]

The description of the disk image being imported.

§
Format?: string | null
[src]

The format of the disk image being imported.

Valid values: VHD | VMDK | RAW

§
Url?: string | null
[src]

The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).

§
UserBucket?: UserBucket | null
[src]

The Amazon S3 bucket for the disk image.