v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431297215.2 KB

Adds an <a>InputProcessingConfiguration</a> to a SQL-based Kinesis Data Analytics application. An input processor pre-processes records on the input stream before the application's SQL code executes. Currently, the only input processor available is <a href="https://docs.aws.amazon.com/lambda/">Amazon Lambda</a>.

post/#X-Amz-Target=KinesisAnalytics_20180523.AddApplicationInputProcessingConfiguration

Headers

X-Amz-Target'KinesisAnalytics_20180523.AddApplicationInputProcessingConfiguration' required

Request body

ApplicationNamestring required

The name of the application to which you want to add the input processing configuration.

CurrentApplicationVersionIdinteger required

The version of the application to which you want to add the input processing configuration. You can use the <a>DescribeApplication</a> operation to get the current application version. If the version specified is not the current version, the <code>ConcurrentModificationException</code> is returned.

InputIdstring required

The ID of the input configuration to add the input processing configuration to. You can get a list of the input IDs for an application using the <a>DescribeApplication</a> operation.

Response

Success

ApplicationARNstring

The Amazon Resource Name (ARN) of the application.

ApplicationVersionIdinteger

Provides the current application version.

InputIdstring

The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics assigns to each input configuration that you add to your application.