Amazon VPC · Schema

CreateNatGatewayResponse

Response from the CreateNatGateway action

NetworkingPrivate CloudSecuritySubnetsVPC

Properties

Name Type Description
natGateway object
View JSON Schema on GitHub

JSON Schema

amazon-vpc-create-nat-gateway-response-schema.json Raw ↑
{
  "type": "object",
  "description": "Response from the CreateNatGateway action",
  "properties": {
    "natGateway": {
      "$ref": "#/components/schemas/NatGateway"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateNatGatewayResponse"
}