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

ExportToS3Task

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

Describes the format and location for the export task.

interface ExportToS3Task {
ContainerFormat?: ContainerFormat | null;
DiskImageFormat?: DiskImageFormat | null;
S3Bucket?: string | null;
S3Key?: string | null;
}

§Properties

§
ContainerFormat?: ContainerFormat | null
[src]

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

§
DiskImageFormat?: DiskImageFormat | null
[src]

The format for the exported image.

§
S3Bucket?: string | null
[src]

The Amazon S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the Amazon Web Services account vm-import-export@amazon.com.

§
S3Key?: string | null
[src]

The encryption key for your S3 bucket.