v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431297215.2 KB

Adds an external destination to your SQL-based Kinesis Data Analytics application.

If you want Kinesis Data Analytics to deliver data from an in-application stream within your application to an external destination (such as an Kinesis data stream, a Kinesis Data Firehose delivery stream, or an Amazon Lambda function), you add the relevant configuration to your application using this operation. You can configure one or more outputs for your application. Each output configuration maps an in-application stream and an external destination.

You can use one of the output configurations to deliver data from your in-application error stream to an external destination so that you can analyze the errors.

Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.

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

Headers

X-Amz-Target'KinesisAnalytics_20180523.AddApplicationOutput' required

Request body

ApplicationNamestring required

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

CurrentApplicationVersionIdinteger required

The version of the application to which you want to add the output 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.

Response

Success

ApplicationARNstring

The application Amazon Resource Name (ARN).

ApplicationVersionIdinteger

The updated application version ID. Kinesis Data Analytics increments this ID when the application is updated.