Skip to content

/AWS1/CL_KN2=>ADDAPPLICATIONINPPROCINGCONF()

About AddApplicationInputProcessingConfiguration

Adds an InputProcessingConfiguration to a SQL-based Kinesis Data Analytics application. An input processor pre-processes records on the input stream before the application's SQL code executes. Currently, the only input processor available is Amazon Lambda.

Method Signature

IMPORTING

Required arguments:

IV_APPLICATIONNAME TYPE /AWS1/KN2APPLICATIONNAME /AWS1/KN2APPLICATIONNAME

The name of the application to which you want to add the input processing configuration.

IV_CURRENTAPPLICATIONVRSID TYPE /AWS1/KN2APPLICATIONVERSIONID /AWS1/KN2APPLICATIONVERSIONID

The version of the application to which you want to add the input processing configuration. 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.

IV_INPUTID TYPE /AWS1/KN2ID /AWS1/KN2ID

The ID of the input configuration to add the input processing configuration to. You can get a list of the input IDs for an application using the DescribeApplication operation.

IO_INPUTPROCESSINGCONF TYPE REF TO /AWS1/CL_KN2INPUTPROCINGCONF /AWS1/CL_KN2INPUTPROCINGCONF

The InputProcessingConfiguration to add to the application.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_KN2ADDAPPLICATIONIN03 /AWS1/CL_KN2ADDAPPLICATIONIN03