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

RevisionDestinationEntry

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

The destination where the assets in the revision will be exported.

interface RevisionDestinationEntry {
Bucket: string;
KeyPattern?: string | null;
RevisionId: string;
}

§Properties

§
Bucket: string
[src]

The S3 bucket that is the destination for the assets in the revision.

§
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.

§
RevisionId: string
[src]

The unique identifier for the revision.