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

JSONMappingParameters

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

For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.

interface JSONMappingParameters {
RecordRowPath: string;
}

§Properties

§
RecordRowPath: string
[src]

The path to the top-level parent that contains the records.