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

InputAttachment

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

Placeholder documentation for InputAttachment

interface InputAttachment {
AutomaticInputFailoverSettings?: AutomaticInputFailoverSettings | null;
InputAttachmentName?: string | null;
InputId?: string | null;
InputSettings?: InputSettings | null;
}

§Properties

§
AutomaticInputFailoverSettings?: AutomaticInputFailoverSettings | null
[src]

User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input.

§
InputAttachmentName?: string | null
[src]

User-specified name for the attachment. This is required if the user wants to use this input in an input switch action.

§
InputId?: string | null
[src]

The ID of the input

§
InputSettings?: InputSettings | null
[src]

Settings of an input (caption selector, etc.)