Amazon VPC · JSON Structure

Amazon Vpc Internet Gateway Structure

Describes an internet gateway

Type: object Properties: 0
NetworkingPrivate CloudSecuritySubnetsVPC

InternetGateway is a JSON Structure definition published by Amazon VPC.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "InternetGateway",
  "description": "Describes an internet gateway",
  "type": "object",
  "properties": [
    {
      "name": "internetGatewayId",
      "type": "string",
      "description": "The ID of the internet gateway",
      "required": false
    },
    {
      "name": "attachments",
      "type": "array",
      "description": "Any VPCs attached to the internet gateway",
      "required": false
    },
    {
      "name": "ownerId",
      "type": "string",
      "description": "The ID of the AWS account that owns the internet gateway",
      "required": false
    },
    {
      "name": "tags",
      "type": "array",
      "description": "Any tags assigned to the internet gateway",
      "required": false
    }
  ]
}