ssmsap_stop_application: Request is an operation to stop an application

View source: R/ssmsap_operations.R

ssmsap_stop_applicationR 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 ConnectedEntityType. Accepted type is DBMS.

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.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.