Amazon GameLift · JSON Structure

Gamelift Describe Vpc Peering Connections Output Structure

DescribeVpcPeeringConnectionsOutput schema from Amazon GameLift API

Type: object Properties: 1
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

DescribeVpcPeeringConnectionsOutput is a JSON Structure definition published by Amazon GameLift, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

VpcPeeringConnections

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-describe-vpc-peering-connections-output-structure.json",
  "name": "DescribeVpcPeeringConnectionsOutput",
  "description": "DescribeVpcPeeringConnectionsOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "VpcPeeringConnections": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VpcPeeringConnectionList"
        },
        {
          "description": "A collection of VPC peering connection records that match the request."
        }
      ]
    }
  }
}