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

S3DestinationSettings

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

Settings associated with S3 destination

interface S3DestinationSettings {
AccessControl?: S3DestinationAccessControl | null;
Encryption?: S3EncryptionSettings | null;
}

§Properties

§
AccessControl?: S3DestinationAccessControl | null
[src]

Optional. Have MediaConvert automatically apply Amazon S3 access control for the outputs in this output group. When you don't use this setting, S3 automatically applies the default access control list PRIVATE.

§
Encryption?: S3EncryptionSettings | null
[src]

Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.