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

S3DestinationAccessControl

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

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.

interface S3DestinationAccessControl {
CannedAcl?: S3ObjectCannedAcl | null;
}

§Properties

§
CannedAcl?: S3ObjectCannedAcl | null
[src]

Choose an Amazon S3 canned ACL for MediaConvert to apply to this output.