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

ExportDestination

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

Describes the destination of the recommendations export and metadata files.

interface ExportDestination {
s3?: S3Destination | null;
}

§Properties

§
s3?: S3Destination | null
[src]

An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.