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

StaticKeySettings

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

Static Key Settings

interface StaticKeySettings {
KeyProviderServer?: InputLocation | null;
StaticKeyValue: string;
}

§Properties

§
KeyProviderServer?: InputLocation | null
[src]

The URL of the license server used for protecting content.

§
StaticKeyValue: string
[src]

Static key value as a 32 character hexadecimal string.