stopApplication
inline suspend fun KinesisAnalyticsV2Client.stopApplication(crossinline block: StopApplicationRequest.Builder.() -> Unit): StopApplicationResponse
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
.
You can use the DescribeApplication operation to find the application status.
Kinesis Data Analytics takes a snapshot when the application is stopped, unless Force
is set to true
.