{ "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 } ] }