inputProcessingConfiguration property

InputProcessingConfiguration? inputProcessingConfiguration
final

The InputProcessingConfiguration for the input. An input processor transforms records as they are received from the stream, before the application's SQL code executes. Currently, the only input processing configuration available is InputLambdaProcessor.

Implementation

final InputProcessingConfiguration? inputProcessingConfiguration;