Amazon GameLift · Example Payload

Gamelift Describe Game Server Instances Input Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Gamelift Describe Game Server Instances 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

GameServerGroupNameInstanceIdsLimitNextToken

Example Payload

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