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

SpekeKeyProvider

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

A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.

interface SpekeKeyProvider {
RoleArn: string;
SystemIds: string[];
Url: string;
}

§Properties

§
RoleArn: string
[src]

An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.

§
SystemIds: string[]
[src]

The system IDs to include in key requests.

§
Url: string
[src]

The URL of the external key provider service.