Amazon GameLift · JSON Structure

Gamelift Create Vpc Peering Authorization Input Structure

CreateVpcPeeringAuthorizationInput schema from Amazon GameLift API

Type: object Properties: 2 Required: 2
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

CreateVpcPeeringAuthorizationInput is a JSON Structure definition published by Amazon GameLift, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

GameLiftAwsAccountId PeerVpcId

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-create-vpc-peering-authorization-input-structure.json",
  "name": "CreateVpcPeeringAuthorizationInput",
  "description": "CreateVpcPeeringAuthorizationInput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "GameLiftAwsAccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonZeroAndMaxString"
        },
        {
          "description": "A unique identifier for the Amazon Web Services account that you use to manage your Amazon GameLift fleet. You can find your Account ID in the Amazon Web Services Management Console under account settings."
        }
      ]
    },
    "PeerVpcId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonZeroAndMaxString"
        },
        {
          "description": "A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the <a href=\"https://console.aws.amazon.com/vpc/\">VPC Dashboard</a> in the Amazon Web Services Management Console. Learn more about VPC peering in <a href=\"https://docs.aws.amazon.com/gamelift/latest/developerguide/vpc-peering.html\">VPC Peering with Amazon GameLift Fleets</a>."
        }
      ]
    }
  },
  "required": [
    "GameLiftAwsAccountId",
    "PeerVpcId"
  ]
}