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

ExportAssetsToS3RequestDetails

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

Details of the operation to be performed by the job.

interface ExportAssetsToS3RequestDetails {
AssetDestinations: AssetDestinationEntry[];
DataSetId: string;
Encryption?: ExportServerSideEncryption | null;
RevisionId: string;
}

§Properties

§
AssetDestinations: AssetDestinationEntry[]
[src]

The destination for the asset.

§
DataSetId: string
[src]

The unique identifier for the data set associated with this export job.

§

Encryption configuration for the export job.

§
RevisionId: string
[src]

The unique identifier for the revision associated with this export request.