Amazon GameLift · Example Payload

Gamelift Update Game Session Input Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

Top-level fields

GameSessionIdMaximumPlayerSessionCountNamePlayerSessionCreationPolicyProtectionPolicy

Example Payload

Raw ↑
{
  "GameSessionId": "fleet-1a2b3c4d-5678-90ab-cdef-1234567890ab",
  "MaximumPlayerSessionCount": 10,
  "Name": "MyGameFleet",
  "PlayerSessionCreationPolicy": "example-PlayerSessionCreatio",
  "ProtectionPolicy": "example-ProtectionPolicy"
}