Skip to content

Delete Application Input Processing Configuration

kinesisanalytics_delete_application_input_processing_configuration R 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.

Deletes an InputProcessingConfiguration from an input.

Usage

kinesisanalytics_delete_application_input_processing_configuration(
  ApplicationName, CurrentApplicationVersionId, InputId)

Arguments

ApplicationName

[required] The Kinesis Analytics application name.

CurrentApplicationVersionId

[required] The version ID of the Kinesis Analytics application.

InputId

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

Value

An empty list.

Request syntax

svc$delete_application_input_processing_configuration(
  ApplicationName = "string",
  CurrentApplicationVersionId = 123,
  InputId = "string"
)