DestinationSchema

Describes the data format when records are written to the destination in a SQL-based Kinesis Data Analytics application.

Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

Properties

Name Type Description
RecordFormatType object
View JSON Schema on GitHub

JSON Schema

amazon-managed-apache-flink-destination-schema-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-destination-schema-schema.json",
  "title": "DestinationSchema",
  "description": "Describes the data format when records are written to the destination in a SQL-based Kinesis Data Analytics application. ",
  "type": "object",
  "properties": {
    "RecordFormatType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecordFormatType"
        },
        {
          "description": "Specifies the format of the records on the output stream."
        }
      ]
    }
  },
  "required": [
    "RecordFormatType"
  ]
}