Request is an operation to stop an application.
See https://www.paws-r-sdk.com/docs/ssmsap_stop_application/ for full documentation.
ssmsap_stop_application(
ApplicationId,
StopConnectedEntity = NULL,
IncludeEc2InstanceShutdown = NULL
)
[required] The ID of the application.
Specify the ConnectedEntityType
. Accepted type is DBMS
.
If this parameter is included, the connected DBMS (Database Management System) will be stopped.
Boolean. If included and if set to True
, the StopApplication operation
will shut down the associated Amazon EC2 instance in addition to the
application.