class Aws::KinesisAnalyticsV2::Types::StopApplicationRequest

@note When making an API call, you may pass StopApplicationRequest

data as a hash:

    {
      application_name: "ApplicationName", # required
      force: false,
    }

@!attribute [rw] application_name

The name of the running application to stop.
@return [String]

@!attribute [rw] force

Set to `true` to force the application to stop. If you set `Force`
to `true`, Kinesis Data Analytics stops the application without
taking a snapshot.

<note markdown="1"> 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.

 </note>

You can only force stop a Flink-based Kinesis Data Analytics
application. You can't force stop a SQL-based Kinesis Data
Analytics application.

The application must be in the `STARTING`, `UPDATING`, `STOPPING`,
`AUTOSCALING`, or `RUNNING` status.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/StopApplicationRequest AWS API Documentation

Constants

SENSITIVE