JSONMappingParameters

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

Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

Properties

Name Type Description
RecordRowPath object
View JSON Schema on GitHub

JSON Schema

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