Amazon VPC · Schema

CreateInternetGatewayResponse

Response from the CreateInternetGateway action

NetworkingPrivate CloudSecuritySubnetsVPC

Properties

Name Type Description
internetGateway object
View JSON Schema on GitHub

JSON Schema

amazon-vpc-create-internet-gateway-response-schema.json Raw ↑
{
  "type": "object",
  "description": "Response from the CreateInternetGateway action",
  "properties": {
    "internetGateway": {
      "$ref": "#/components/schemas/InternetGateway"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateInternetGatewayResponse"
}