kinesisanalyticsv2_stop_application {paws.analytics} | R Documentation |
Stops the application from processing data
Description
Stops the application from processing data. You can stop an application only if it is in the running status, unless you set the Force
parameter to true
.
See https://www.paws-r-sdk.com/docs/kinesisanalyticsv2_stop_application/ for full documentation.
Usage
kinesisanalyticsv2_stop_application(ApplicationName, Force = NULL)
Arguments
ApplicationName |
[required] The name of the running application to stop. |
Force |
Set to Force-stopping your application may lead to data loss or duplication. To prevent data loss or duplicate processing of data during application restarts, we recommend you to take frequent snapshots of your application. You can only force stop a Managed Service for Apache Flink application. You can't force stop a SQL-based Kinesis Data Analytics application. The application must be in the |