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

UploaderConfig

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

The configuration that consists of the ScheduleExpression and the DurationInMinutesdetails, that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If the ScheduleExpression is not provided, then the Edge Agent will always be in upload mode.

interface UploaderConfig {
ScheduleConfig: ScheduleConfig;
}

§Properties

§
ScheduleConfig: ScheduleConfig
[src]

The configuration that consists of the ScheduleExpression and the DurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. If the ScheduleExpression is not provided, then the Edge Agent will always be in recording mode.