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

SourcePriority

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

The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.

interface SourcePriority {
PrimarySource?: string | null;
}

§Properties

§
PrimarySource?: string | null
[src]

The name of the source you choose as the primary source for this flow.