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

RecordFormat

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

Describes the record format and relevant mapping information that should be applied to schematize the records on the stream.

interface RecordFormat {
MappingParameters?: MappingParameters | null;
RecordFormatType: RecordFormatType;
}

§Properties

§
MappingParameters?: MappingParameters | null
[src]

When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.

§
RecordFormatType: RecordFormatType
[src]

The type of record format.