| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KinesisAnalyticsV2.Types.InputProcessingConfiguration
Description
Documentation
data InputProcessingConfiguration Source #
For a SQL-based 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.
See: newInputProcessingConfiguration smart constructor.
Constructors
| InputProcessingConfiguration' | |
Fields
| |
Instances
newInputProcessingConfiguration Source #
Arguments
| :: InputLambdaProcessor | |
| -> InputProcessingConfiguration |
Create a value of InputProcessingConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:inputLambdaProcessor:InputProcessingConfiguration', inputProcessingConfiguration_inputLambdaProcessor - The InputLambdaProcessor that is used to preprocess the records in the
stream before being processed by your application code.
inputProcessingConfiguration_inputLambdaProcessor :: Lens' InputProcessingConfiguration InputLambdaProcessor Source #
The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your application code.