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

AutoExportRevisionDestinationEntry

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

A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.

interface AutoExportRevisionDestinationEntry {
Bucket: string;
KeyPattern?: string | null;
}

§Properties

§
Bucket: string
[src]

The S3 bucket that is the destination for the event action.

§
KeyPattern?: string | null
[src]

A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see Key patterns when exporting revisions.