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

ExportTaskS3LocationRequest

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

Describes the destination for an export image task.

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

§Properties

§
S3Bucket: string
[src]

The destination Amazon S3 bucket.

§
S3Prefix?: string | null
[src]

The prefix (logical hierarchy) in the bucket.