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

SourceSchema

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

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.

interface SourceSchema {
RecordColumns: RecordColumn[];
RecordEncoding?: string | null;
RecordFormat: RecordFormat;
}

§Properties

§
RecordColumns: RecordColumn[]
[src]

A list of RecordColumn objects.

§
RecordEncoding?: string | null
[src]

Specifies the encoding of the records in the streaming source. For example, UTF-8.

§
RecordFormat: RecordFormat
[src]

Specifies the format of the records on the streaming source.