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

FrameCaptureS3Settings

import type { FrameCaptureS3Settings } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Frame Capture S3 Settings

interface FrameCaptureS3Settings {
CannedAcl?: S3CannedAcl | null;
}

§Properties

§
CannedAcl?: S3CannedAcl | null
[src]

Specify the canned ACL to apply to each S3 request. Defaults to none.