kinesisanalytics_add_application_output: This documentation is for version 1 of the Amazon Kinesis...

View source: R/kinesisanalytics_operations.R

kinesisanalytics_add_application_outputR Documentation

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications

Description

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation.

See https://www.paws-r-sdk.com/docs/kinesisanalytics_add_application_output/ for full documentation.

Usage

kinesisanalytics_add_application_output(
  ApplicationName,
  CurrentApplicationVersionId,
  Output
)

Arguments

ApplicationName

[required] Name of the application to which you want to add the output configuration.

CurrentApplicationVersionId

[required] Version of the application to which you want to add the output configuration. You can use the describe_application operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.

Output

[required] An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream, an Amazon Kinesis Firehose delivery stream, or an AWS Lambda function), and record the formation to use when writing to the destination.


paws.analytics documentation built on Sept. 12, 2024, 6:40 a.m.