class Aws::KinesisAnalytics::Types::InputProcessingConfiguration

Provides a description of 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
        role_arn: "RoleARN", # required
      },
    }

@!attribute [rw] input_lambda_processor

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

[1]: https://docs.aws.amazon.com/kinesisanalytics/latest/dev/API_InputLambdaProcessor.html
@return [Types::InputLambdaProcessor]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/InputProcessingConfiguration AWS API Documentation

Constants

SENSITIVE