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/kinesisanalyticsv2.ts?docs=full";

Describes the data format when records are written to the destination in a SQL-based Kinesis Data Analytics application.

interface DestinationSchema {
RecordFormatType: RecordFormatType;
}

§Properties

§
RecordFormatType: RecordFormatType
[src]

Specifies the format of the records on the output stream.