This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications
Source:R/kinesisanalytics_operations.R
kinesisanalytics_add_application_output.RdThis 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_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, 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.