Amazon GameLift · Example Payload

Gamelift Create Game Session Input Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

Top-level fields

FleetIdAliasIdMaximumPlayerSessionCountNameGamePropertiesCreatorIdGameSessionIdIdempotencyTokenGameSessionDataLocation

Example Payload

Raw ↑
{
  "FleetId": "fleet-1a2b3c4d-5678-90ab-cdef-1234567890ab",
  "AliasId": "example-AliasId",
  "MaximumPlayerSessionCount": 10,
  "Name": "MyGameFleet",
  "GameProperties": "example-GameProperties",
  "CreatorId": "example-CreatorId",
  "GameSessionId": "fleet-1a2b3c4d-5678-90ab-cdef-1234567890ab",
  "IdempotencyToken": "example-IdempotencyToken",
  "GameSessionData": "example-GameSessionData",
  "Location": "us-east-1"
}