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

FileGroupSettings

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

Settings related to your File output group. MediaConvert uses this group of settings to generate a single standalone file, rather than a streaming package. When you work directly in your JSON job specification, include this object and any required children when you set Type, under OutputGroupSettings, to FILE_GROUP_SETTINGS.

interface FileGroupSettings {
Destination?: string | null;
DestinationSettings?: DestinationSettings | null;
}

§Properties

§
Destination?: string | null
[src]

Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.

§
DestinationSettings?: DestinationSettings | null
[src]

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