Amazon GameLift · Example Payload

Gamelift Vpc Peering Connection Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Gamelift Vpc Peering Connection Example is an example object payload from Amazon GameLift, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

FleetIdFleetArnIpV4CidrBlockVpcPeeringConnectionIdStatusPeerVpcIdGameLiftVpcId

Example Payload

Raw ↑
{
  "FleetId": "fleet-1a2b3c4d-5678-90ab-cdef-1234567890ab",
  "FleetArn": "arn:aws:gamelift:us-east-1:123456789012:fleet/fleet-1a2b3c4d",
  "IpV4CidrBlock": "10.0.1.100",
  "VpcPeeringConnectionId": "example-VpcPeeringConnection",
  "Status": "ACTIVE",
  "PeerVpcId": "example-PeerVpcId",
  "GameLiftVpcId": "example-GameLiftVpcId"
}