Amazon GameLift · Example Payload

Gamelift List Game Servers Input Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Gamelift List Game Servers Input Example is an example object payload from Amazon GameLift, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

GameServerGroupNameSortOrderLimitNextToken

Example Payload

Raw ↑
{
  "GameServerGroupName": "MyGameFleet",
  "SortOrder": "example-SortOrder",
  "Limit": "example-Limit",
  "NextToken": "example-NextToken"
}