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

CreateStreamKeyRequest

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

§Properties

§
channelArn: string
[src]

ARN of the channel for which to create the stream key.

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

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