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

DestinationSettings

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

Settings associated with the destination. Will vary based on the type of destination

interface DestinationSettings {
S3Settings?: S3DestinationSettings | null;
}

§Properties

§
S3Settings?: S3DestinationSettings | null
[src]

Settings associated with S3 destination