Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions,
see Getting Started with Amazon Web Services in China
(PDF).
Table API
Your Apache Flink application uses the Apache
Flink Table API to interact with data in a stream using a relational model. You
use the Table API to access data using Table sources, and then use Table functions to
transform and filter table data. You can transform and filter tabular data using either API
functions or SQL commands.
This section
contains the following topics:
Table API Connectors: These components move
data between your application and external data sources and destinations.
Table API Time Attributes: This topic describes how Kinesis Data Analytics tracks
events when using the Table API.