Amazon GameLift · Example Payload

Gamelift Matchmaking Rule Set Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Gamelift Matchmaking Rule Set 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

RuleSetNameRuleSetArnRuleSetBodyCreationTime

Example Payload

Raw ↑
{
  "RuleSetName": "MyGameFleet",
  "RuleSetArn": "arn:aws:gamelift:us-east-1:123456789012:fleet/fleet-1a2b3c4d",
  "RuleSetBody": "example-RuleSetBody",
  "CreationTime": "example-CreationTime"
}