class Aws::KinesisAnalyticsV2::Types::InputProcessingConfiguration

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 [AWS Lambda].

[1]: docs.aws.amazon.com/lambda/

@note When making an API call, you may pass InputProcessingConfiguration

data as a hash:

    {
      input_lambda_processor: { # required
        resource_arn: "ResourceARN", # required
      },
    }

@!attribute [rw] input_lambda_processor

The InputLambdaProcessor that is used to preprocess the records in
the stream before being processed by your application code.
@return [Types::InputLambdaProcessor]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/InputProcessingConfiguration AWS API Documentation

Constants

SENSITIVE