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

DestinationSchema

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

Describes the data format when records are written to the destination. For more information, see Configuring Application Output.

interface DestinationSchema {
RecordFormatType: RecordFormatType;
}

§Properties

§
RecordFormatType: RecordFormatType
[src]

Specifies the format of the records on the output stream.