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

DashEncryption

import type { DashEncryption } from "https://aws-api.deno.dev/v0.4/services/mediapackage.ts?docs=full";

A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.

interface DashEncryption {
KeyRotationIntervalSeconds?: number | null;
SpekeKeyProvider: SpekeKeyProvider;
}

§Properties

§
KeyRotationIntervalSeconds?: number | null
[src]

Time (in seconds) between each encryption key rotation.

§
SpekeKeyProvider: SpekeKeyProvider
[src]