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.4/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. See Tagging Amazon Web Services Resources for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.