Amazon VPC · JSON Structure

Amazon Vpc Create Internet Gateway Response Structure

Response from the CreateInternetGateway action

Type: object Properties: 0
NetworkingPrivate CloudSecuritySubnetsVPC

CreateInternetGatewayResponse is a JSON Structure definition published by Amazon VPC.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "CreateInternetGatewayResponse",
  "description": "Response from the CreateInternetGateway action",
  "type": "object",
  "properties": [
    {
      "name": "internetGateway",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}