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

NotificationConfiguration

import type { NotificationConfiguration } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";

The structure that contains the notification information for the KVS images delivery. If this parameter is null, the configuration will be deleted from the stream.

interface NotificationConfiguration {
DestinationConfig: NotificationDestinationConfig;
}

§Properties

§

The destination information required to deliver a notification to a customer.

§

Indicates if a notification configuration is enabled or disabled.