{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-egressonlyinternetgateway.json",
  "title": "AWSEC2EgressOnlyInternetGatewayProperties",
  "description": "Resource Type definition for AWS::EC2::EgressOnlyInternetGateway. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ec2-egressonlyinternetgateway.json",
    "sourceSha256": "a8fb8502230f65a902a63af6d0f9d24dd828dd16cbe4dcadd8103400ea5f12a7"
  },
  "type": "object",
  "properties": {
    "VpcId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the VPC for which to create the egress-only internet gateway."
    }
  },
  "typeName": "AWS::EC2::EgressOnlyInternetGateway",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2",
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "taggable": false,
  "required": [
    "VpcId"
  ],
  "createOnlyProperties": [
    "/properties/VpcId"
  ]
}
