paws.analytics (version 0.1.0)

kinesisanalytics_stop_application: Stops the application from processing input data

Description

Stops the application from processing input data. You can stop an application only if it is in the running state. You can use the DescribeApplication operation to find the application state. After the application is stopped, Amazon Kinesis Analytics stops reading data from the input, the application stops processing data, and there is no output written to the destination.

Usage

kinesisanalytics_stop_application(ApplicationName)

Arguments

ApplicationName

[required] Name of the running application to stop.

Request syntax

svc$stop_application(
  ApplicationName = "string"
)

Details

This operation requires permissions to perform the kinesisanalytics:StopApplication action.