kinesisanalyticsv2_add_application_output: Adds an external destination to your SQL-based Kinesis Data...

View source: R/kinesisanalyticsv2_operations.R

kinesisanalyticsv2_add_application_outputR Documentation

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

Description

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

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

Usage

kinesisanalyticsv2_add_application_output(
  ApplicationName,
  CurrentApplicationVersionId,
  Output
)

Arguments

ApplicationName

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

CurrentApplicationVersionId

[required] The 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, a Kinesis data stream, a Kinesis Data Firehose delivery stream, or an Amazon Lambda function), and record the formation to use when writing to the destination.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.