Skip to content

/AWS1/CL_KN2=>ADDAPPLICATIONINPUT()

About AddApplicationInput

Adds a streaming source to your SQL-based Kinesis Data Analytics application.

You can add a streaming source when you create an application, or you can use this operation to add a streaming source after you create an application. For more information, see CreateApplication.

Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.

Method Signature

IMPORTING

Required arguments:

IV_APPLICATIONNAME TYPE /AWS1/KN2APPLICATIONNAME /AWS1/KN2APPLICATIONNAME

The name of your existing application to which you want to add the streaming source.

IV_CURRENTAPPLICATIONVRSID TYPE /AWS1/KN2APPLICATIONVERSIONID /AWS1/KN2APPLICATIONVERSIONID

The current version of your application. You must provide the ApplicationVersionID or the ConditionalToken.You can use the DescribeApplication operation to find the current application version.

IO_INPUT TYPE REF TO /AWS1/CL_KN2INPUT /AWS1/CL_KN2INPUT

The Input to add.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_KN2ADDAPPLICATIONIN01 /AWS1/CL_KN2ADDAPPLICATIONIN01