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

AutomaticInputFailoverSettings

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

The settings for Automatic Input Failover.

interface AutomaticInputFailoverSettings {
ErrorClearTimeMsec?: number | null;
FailoverConditions?: FailoverCondition[] | null;
InputPreference?: InputPreference | null;
SecondaryInputId: string;
}

§Properties

§
ErrorClearTimeMsec?: number | null
[src]

This clear time defines the requirement a recovered input must meet to be considered healthy. The input must have no failover conditions for this length of time. Enter a time in milliseconds. This value is particularly important if the input_preference for the failover pair is set to PRIMARY_INPUT_PREFERRED, because after this time, MediaLive will switch back to the primary input.

§
FailoverConditions?: FailoverCondition[] | null
[src]

A list of failover conditions. If any of these conditions occur, MediaLive will perform a failover to the other input.

§
InputPreference?: InputPreference | null
[src]

Input preference when deciding which input to make active when a previously failed input has recovered.

§
SecondaryInputId: string
[src]

The input ID of the secondary input in the automatic input failover pair.