Amazon VPC · Schema

NatGateway

Describes a NAT gateway

NetworkingPrivate CloudSecuritySubnetsVPC

Properties

Name Type Description
natGatewayId string The ID of the NAT gateway
subnetId string The ID of the subnet in which the NAT gateway is located
vpcId string The ID of the VPC in which the NAT gateway is located
state string The state of the NAT gateway
connectivityType string Indicates whether the NAT gateway supports public or private connectivity
natGatewayAddresses array Information about the IP addresses and network interface associated with the NAT gateway
createTime string The date and time the NAT gateway was created
tags array Any tags assigned to the NAT gateway
View JSON Schema on GitHub

JSON Schema

amazon-vpc-nat-gateway-schema.json Raw ↑
{
  "type": "object",
  "description": "Describes a NAT gateway",
  "properties": {
    "natGatewayId": {
      "type": "string",
      "description": "The ID of the NAT gateway"
    },
    "subnetId": {
      "type": "string",
      "description": "The ID of the subnet in which the NAT gateway is located"
    },
    "vpcId": {
      "type": "string",
      "description": "The ID of the VPC in which the NAT gateway is located"
    },
    "state": {
      "type": "string",
      "description": "The state of the NAT gateway",
      "enum": [
        "pending",
        "failed",
        "available",
        "deleting",
        "deleted"
      ]
    },
    "connectivityType": {
      "type": "string",
      "description": "Indicates whether the NAT gateway supports public or private connectivity",
      "enum": [
        "public",
        "private"
      ]
    },
    "natGatewayAddresses": {
      "type": "array",
      "description": "Information about the IP addresses and network interface associated with the NAT gateway",
      "items": {
        "type": "object",
        "properties": {
          "allocationId": {
            "type": "string"
          },
          "networkInterfaceId": {
            "type": "string"
          },
          "privateIp": {
            "type": "string"
          },
          "publicIp": {
            "type": "string"
          }
        }
      }
    },
    "createTime": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time the NAT gateway was created"
    },
    "tags": {
      "type": "array",
      "description": "Any tags assigned to the NAT gateway",
      "items": {
        "$ref": "#/components/schemas/Tag"
      }
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "NatGateway"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-vpc-nat-gateway"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.