ReferenceDataSourceDescription - Amazon Managed Service for Apache Flink (formerly Amazon Kinesis Data Analytics for Apache Flink)
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).

ReferenceDataSourceDescription

For a SQL-based Kinesis Data Analytics application, describes the reference data source configured for an application.

Contents

ReferenceId

The ID of the reference data source. This is the ID that Kinesis Data Analytics assigns when you add the reference data source to your application using the CreateApplication or UpdateApplication operation.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 50.

Pattern: [a-zA-Z0-9_.-]+

Required: Yes

S3ReferenceDataSourceDescription

Provides the Amazon S3 bucket name, the object key name that contains the reference data.

Type: S3ReferenceDataSourceDescription object

Required: Yes

TableName

The in-application table name created by the specific reference data source configuration.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 32.

Required: Yes

ReferenceSchema

Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.

Type: SourceSchema object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: