AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the StopApplication operation. Request is an operation to stop an application.

Parameter ApplicationId is required. Parameters StopConnectedEntity and IncludeEc2InstanceShutdown are optional.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SsmSap.AmazonSsmSapRequest
      Amazon.SsmSap.Model.StopApplicationRequest

Namespace: Amazon.SsmSap.Model
Assembly: AWSSDK.SsmSap.dll
Version: 3.x.y.z

Syntax

C#
public class StopApplicationRequest : AmazonSsmSapRequest
         IAmazonWebServiceRequest

The StopApplicationRequest type exposes the following members

Constructors

NameDescription
Public Method StopApplicationRequest()

Properties

NameTypeDescription
Public Property ApplicationId System.String

Gets and sets the property ApplicationId.

The ID of the application.

Public Property IncludeEc2InstanceShutdown System.Boolean

Gets and sets the property 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.

Public Property StopConnectedEntity Amazon.SsmSap.ConnectedEntityType

Gets and sets the property StopConnectedEntity.

Specify the ConnectedEntityType. Accepted type is DBMS.

If this parameter is included, the connected DBMS (Database Management System) will be stopped.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5