ssmsap_stop_application {paws.management} | R Documentation |
Request is an operation to stop an application
Description
Request 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 If this parameter is included, the connected DBMS (Database Management System) will be stopped. |
IncludeEc2InstanceShutdown |
Boolean. If included and if set to |
[Package paws.management version 0.9.0 Index]