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

InputPrepareScheduleActionSettings

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

Action to prepare an input for a future immediate input switch.

interface InputPrepareScheduleActionSettings {
InputAttachmentNameReference?: string | null;
InputClippingSettings?: InputClippingSettings | null;
UrlPath?: string[] | null;
}

§Properties

§
InputAttachmentNameReference?: string | null
[src]

The name of the input attachment that should be prepared by this action. If no name is provided, the action will stop the most recent prepare (if any) when activated.

§
InputClippingSettings?: InputClippingSettings | null
[src]

Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.

§
UrlPath?: string[] | null
[src]

The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source.