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

S3ObjectCannedAcl

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

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

type S3ObjectCannedAcl =
| "PUBLIC_READ"
| "AUTHENTICATED_READ"
| "BUCKET_OWNER_READ"
| "BUCKET_OWNER_FULL_CONTROL"

§Type

§
"PUBLIC_READ" | "AUTHENTICATED_READ" | "BUCKET_OWNER_READ" | "BUCKET_OWNER_FULL_CONTROL" | cmnP.UnexpectedEnumValue
[src]