Amazon Managed Apache Flink Json Mapping Parameters Structure

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: 1 Required: 1
Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

JSONMappingParameters is a JSON Structure definition published by Amazon Managed Service for Apache Flink, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

RecordRowPath

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-json-mapping-parameters-structure.json",
  "name": "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"
  ]
}