AWS Kinesis · Schema

JSONMappingParameters

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

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
RecordRowPath object
View JSON Schema on GitHub

JSON Schema

kinesis-jsonmappingparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JSONMappingParameters",
  "title": "JSONMappingParameters",
  "type": "object",
  "required": [
    "RecordRowPath"
  ],
  "properties": {
    "RecordRowPath": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecordRowPath"
        },
        {
          "description": "The path to the top-level parent that contains the records."
        }
      ]
    }
  },
  "description": "For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source."
}