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

PlaybackKeyPair

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

A key pair used to sign and validate a playback authorization token.

interface PlaybackKeyPair {
arn?: string | null;
fingerprint?: string | null;
name?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn?: string | null
[src]

Key-pair ARN.

§
fingerprint?: string | null
[src]

Key-pair identifier.

§
name?: string | null
[src]

Playback-key-pair name. The value does not need to be unique.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Array of 1-50 maps, each of the form string:string (key:value).