Skip to content

/AWS1/CL_KN2=>DELAPPLICATIONREFERENCEDAT00()

About DeleteApplicationReferenceDataSource

Deletes a reference data source configuration from the specified SQL-based Kinesis Data Analytics application's configuration.

If the application is running, Kinesis Data Analytics immediately removes the in-application table that you created using the AddApplicationReferenceDataSource operation.

Method Signature

IMPORTING

Required arguments:

IV_APPLICATIONNAME TYPE /AWS1/KN2APPLICATIONNAME /AWS1/KN2APPLICATIONNAME

The name of an existing application.

IV_CURRENTAPPLICATIONVRSID TYPE /AWS1/KN2APPLICATIONVERSIONID /AWS1/KN2APPLICATIONVERSIONID

The current application version.
You can use the DescribeApplication operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.

IV_REFERENCEID TYPE /AWS1/KN2ID /AWS1/KN2ID

The ID of the reference data source. When you add a reference data source to your application using the AddApplicationReferenceDataSource, Kinesis Data Analytics assigns an ID. You can use the DescribeApplication operation to get the reference ID.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_KN2DELAPPLICATIONRE01 /AWS1/CL_KN2DELAPPLICATIONRE01