ApplicationInputProcessingConfiguration

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.

Constructors

Link copied to clipboard
constructor(inputLambdaProcessor: ApplicationInputLambdaProcessor? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your application code.