AWS::KinesisAnalyticsV2::Application InputProcessingConfiguration - AWS CloudFormation

AWS::KinesisAnalyticsV2::Application InputProcessingConfiguration

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.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

Properties

InputLambdaProcessor

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

Required: No

Type: InputLambdaProcessor

Update requires: No interruption

See also