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 DeregisterGameServer operation. This API works with the following fleet types: EC2 (FleetIQ)
Removes the game server from a game server group. As a result of this operation, the deregistered game server can no longer be claimed and will not be returned in a list of active game servers.
To deregister a game server, specify the game server group and game server ID. If successful, this operation emits a CloudWatch event with termination timestamp and reason.
Learn more
Namespace: Amazon.GameLift.Model
Assembly: AWSSDK.GameLift.dll
Version: 3.x.y.z
public class DeregisterGameServerRequest : AmazonGameLiftRequest IAmazonWebServiceRequest
The DeregisterGameServerRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
DeregisterGameServerRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
GameServerGroupName | System.String |
Gets and sets the property GameServerGroupName. A unique identifier for the game server group where the game server is running. |
|
GameServerId | System.String |
Gets and sets the property GameServerId. A custom string that uniquely identifies the game server to deregister. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer