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

ImportPlaybackKeyPairRequest

import type { ImportPlaybackKeyPairRequest } from "https://aws-api.deno.dev/v0.3/services/ivs.ts?docs=full";
interface ImportPlaybackKeyPairRequest {
name?: string | null;
publicKeyMaterial: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
name?: string | null
[src]

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

§
publicKeyMaterial: string
[src]

The public portion of a customer-generated key pair.

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

Any tags provided with the request are added to the playback key pair tags.