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

EdgeConfig

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

A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component. The Edge Agent component will run on an IoT Hub Device setup at your premise.

interface EdgeConfig {
DeletionConfig?: DeletionConfig | null;
HubDeviceArn: string;
RecorderConfig: RecorderConfig;
UploaderConfig?: UploaderConfig | null;
}

§Properties

§
DeletionConfig?: DeletionConfig | null
[src]

The deletion configuration is made up of the retention time (EdgeRetentionInHours) and local size configuration (LocalSizeConfig) details that are used to make the deletion.

§
HubDeviceArn: string
[src]

The "Internet of Things (IoT) Thing" Arn of the stream.

§
RecorderConfig: RecorderConfig
[src]

The recorder configuration consists of the local MediaSourceConfig details, that are used as credentials to access the local media files streamed on the camera.

§
UploaderConfig?: UploaderConfig | null
[src]

The uploader configuration contains the ScheduleExpression details that are used to schedule upload jobs for the recorded media files from the Edge Agent to a Kinesis Video Stream.