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