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

kinesisanalytics_add_application_input_processing_configurationR 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_input_processing_configuration/ for full documentation.

Usage

kinesisanalytics_add_application_input_processing_configuration(
  ApplicationName,
  CurrentApplicationVersionId,
  InputId,
  InputProcessingConfiguration
)

Arguments

ApplicationName

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

CurrentApplicationVersionId

[required] Version of the application to which you want to add the input processing 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.

InputId

[required] The ID of the input configuration to add the input processing configuration to. You can get a list of the input IDs for an application using the describe_application operation.

InputProcessingConfiguration

[required] The InputProcessingConfiguration to add to the application.


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