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

KinesisVideoStreamConfig

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

Configuration information of a Kinesis video stream.

interface KinesisVideoStreamConfig {
EncryptionConfig: EncryptionConfig;
Prefix: string;
RetentionPeriodHours: number;
}

§Properties

§
EncryptionConfig: EncryptionConfig
[src]

The encryption configuration.

§
Prefix: string
[src]

The prefix of the video stream.

§
RetentionPeriodHours: number
[src]

The number of hours data is retained in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.

The default value is 0, indicating that the stream does not persist data.