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

ImageGenerationDestinationConfig

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

The structure that contains the information required to deliver images to a customer.

interface ImageGenerationDestinationConfig {
DestinationRegion: string;
Uri: string;
}

§Properties

§
DestinationRegion: string
[src]

The AWS Region of the S3 bucket where images will be delivered. This DestinationRegion must match the Region where the stream is located.

§
Uri: string
[src]

The Uniform Resource Identifier (URI) that identifies where the images will be delivered.