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 StopFleetActions operation. Suspends certain types of activity in a fleet location. Currently, this operation is used to stop auto-scaling activity. For multi-location fleets, fleet actions are managed separately for each location.
Stopping fleet actions has several potential purposes. It allows you to temporarily stop auto-scaling activity but retain your scaling policies for use in the future. For multi-location fleets, you can set up fleet-wide auto-scaling, and then opt out of it for certain locations.
This operation can be used in the following ways:
To stop actions on instances in the fleet's home Region, provide a fleet ID and the type of actions to suspend.
To stop actions on instances in one of the fleet's remote locations, provide a fleet ID, a location name, and the type of actions to suspend.
If successful, GameLift no longer initiates scaling events except in response to manual changes using UpdateFleetCapacity.
Learn more
Namespace: Amazon.GameLift.Model
Assembly: AWSSDK.GameLift.dll
Version: 3.x.y.z
public class StopFleetActionsRequest : AmazonGameLiftRequest IAmazonWebServiceRequest
The StopFleetActionsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
StopFleetActionsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Actions | System.Collections.Generic.List<System.String> |
Gets and sets the property Actions. List of actions to suspend on the fleet. |
![]() |
FleetId | System.String |
Gets and sets the property FleetId. A unique identifier for the fleet to stop actions on. You can use either the fleet ID or ARN value. |
![]() |
Location | System.String |
Gets and sets the property Location.
The fleet location to stop fleet actions for. Specify a location in the form of an
Amazon Web Services Region code, such as |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5