Amazon VPC · JSON Structure

Amazon Vpc Create Nat Gateway Response Structure

Response from the CreateNatGateway action

Type: object Properties: 0
NetworkingPrivate CloudSecuritySubnetsVPC

CreateNatGatewayResponse is a JSON Structure definition published by Amazon VPC.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "CreateNatGatewayResponse",
  "description": "Response from the CreateNatGateway action",
  "type": "object",
  "properties": [
    {
      "name": "natGateway",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}