Amazon GameLift · Example Payload

Gamelift Claim Game Server Input Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

Top-level fields

GameServerGroupNameGameServerIdGameServerData

Example Payload

Raw ↑
{
  "GameServerGroupName": "MyGameFleet",
  "GameServerId": "fleet-1a2b3c4d-5678-90ab-cdef-1234567890ab",
  "GameServerData": "example-GameServerData"
}