Adds a reference data source to an existing SQL-based Kinesis Data Analytics application
Source:R/kinesisanalyticsv2_operations.R
kinesisanalyticsv2_add_application_reference_data_source.RdAdds a reference data source to an existing SQL-based Kinesis Data Analytics application.
See https://www.paws-r-sdk.com/docs/kinesisanalyticsv2_add_application_reference_data_source/ for full documentation.
Usage
kinesisanalyticsv2_add_application_reference_data_source(
ApplicationName,
CurrentApplicationVersionId,
ReferenceDataSource
)Arguments
- ApplicationName
[required] The name of an existing application.
- CurrentApplicationVersionId
[required] The version of the application for which you are adding the reference data source. You can use the
describe_applicationoperation to get the current application version. If the version specified is not the current version, theConcurrentModificationExceptionis returned.- ReferenceDataSource
[required] The reference data source can be an object in your Amazon S3 bucket. Kinesis Data Analytics reads the object and copies the data into the in-application table that is created. You provide an S3 bucket, object key name, and the resulting in-application table that is created.