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

CreateRecordingConfigurationRequest

import type { CreateRecordingConfigurationRequest } from "https://aws-api.deno.dev/v0.4/services/ivs.ts?docs=full";
interface CreateRecordingConfigurationRequest {
destinationConfiguration: DestinationConfiguration;
name?: string | null;
recordingReconnectWindowSeconds?: number | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
thumbnailConfiguration?: ThumbnailConfiguration | null;
}

§Properties

§
destinationConfiguration: DestinationConfiguration
[src]

A complex type that contains a destination configuration for where recorded video will be stored.

§
name?: string | null
[src]

Recording-configuration name. The value does not need to be unique.

§
recordingReconnectWindowSeconds?: number | null
[src]

If a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together. Default: 0.

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

Array of 1-50 maps, each of the form string:string (key:value). 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.

§
thumbnailConfiguration?: ThumbnailConfiguration | null
[src]

A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.