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

AutoExportRevisionToS3RequestDetails

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

Details of the operation to be performed by the job.

interface AutoExportRevisionToS3RequestDetails {
Encryption?: ExportServerSideEncryption | null;
}

§Properties

§

Encryption configuration for the auto export job.

§

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