Application Input Processing Configuration
data class ApplicationInputProcessingConfiguration(val inputLambdaProcessor: ApplicationInputLambdaProcessor? = null)
For an SQL-based Amazon Kinesis Data Analytics application, describes a processor that is used to preprocess the records in the stream before being processed by your application code. Currently, the only input processor available is Amazon Lambda.