start Application
Parameters
value
Whether to start or stop the Kinesis Analytics Application. To start an application, an input with a defined starting_position
must be configured. To modify an application's starting position, first stop the application by setting start_application = false
, then update starting_position
and set start_application = true
.