This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications
Source:R/kinesisanalytics_operations.R
kinesisanalytics_delete_application_reference_data_source.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_delete_application_reference_data_source/ for full documentation.
Usage
kinesisanalytics_delete_application_reference_data_source(
ApplicationName,
CurrentApplicationVersionId,
ReferenceId
)Arguments
- ApplicationName
[required] Name of an existing application.
- CurrentApplicationVersionId
[required] Version of the application. You can use the
describe_applicationoperation to get the current application version. If the version specified is not the current version, theConcurrentModificationExceptionis returned.- ReferenceId
[required] ID of the reference data source. When you add a reference data source to your application using the
add_application_reference_data_source, Amazon Kinesis Analytics assigns an ID. You can use thedescribe_applicationoperation to get the reference ID.