Adds an external destination to your SQL-based Kinesis Data Analytics application
Source:R/kinesisanalyticsv2_operations.R
kinesisanalyticsv2_add_application_output.RdAdds 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_applicationoperation to get the current application version. If the version specified is not the current version, theConcurrentModificationExceptionis 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.