Amazon GameLift · Example Payload

Gamelift Accept Match Input Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Gamelift Accept Match 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

TicketIdPlayerIdsAcceptanceType

Example Payload

Raw ↑
{
  "TicketId": "example-TicketId",
  "PlayerIds": "example-PlayerIds",
  "AcceptanceType": "example-AcceptanceType"
}