Amazon GameLift · Example Payload

Gamelift Register Compute Input Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

Top-level fields

FleetIdComputeNameCertificatePathDnsNameIpAddressLocation

Example Payload

Raw ↑
{
  "FleetId": "fleet-1a2b3c4d-5678-90ab-cdef-1234567890ab",
  "ComputeName": "MyGameFleet",
  "CertificatePath": "example-CertificatePath",
  "DnsName": "MyGameFleet",
  "IpAddress": "10.0.1.100",
  "Location": "us-east-1"
}