Skip to content

/AWS1/CL_KN2=>ADDAPPLICATIONREFERENCEDAT00()

About AddApplicationReferenceDataSource

Adds a reference data source to an existing SQL-based Kinesis Data Analytics application.

Kinesis Data Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in an Amazon S3 object maps to columns in the resulting in-application table.

Method Signature

IMPORTING

Required arguments:

IV_APPLICATIONNAME TYPE /AWS1/KN2APPLICATIONNAME /AWS1/KN2APPLICATIONNAME

The name of an existing application.

IV_CURRENTAPPLICATIONVRSID TYPE /AWS1/KN2APPLICATIONVERSIONID /AWS1/KN2APPLICATIONVERSIONID

The version of the application for which you are adding the reference data source. You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.

IO_REFERENCEDATASOURCE TYPE REF TO /AWS1/CL_KN2REFERENCEDATASRC /AWS1/CL_KN2REFERENCEDATASRC

The reference data source can be an object in your Amazon S3 bucket. Kinesis Data Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_KN2ADDAPPLICATIONRE01 /AWS1/CL_KN2ADDAPPLICATIONRE01