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

ExportTaskS3Location

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

Describes the destination for an export image task.

interface ExportTaskS3Location {
S3Bucket?: string | null;
S3Prefix?: string | null;
}

§Properties

§
S3Bucket?: string | null
[src]

The destination Amazon S3 bucket.

§
S3Prefix?: string | null
[src]

The prefix (logical hierarchy) in the bucket.