{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-vpngatewayroutepropagation.json",
  "title": "AWSEC2VPNGatewayRoutePropagationProperties",
  "description": "Resource Type definition for AWS::EC2::VPNGatewayRoutePropagation. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ec2-vpngatewayroutepropagation.json",
    "sourceSha256": "2bc874cc87716d8e6aa76acfd94ff183d8d76db3384314ecd6427d0740c649e4"
  },
  "type": "object",
  "properties": {
    "RouteTableIds": {
      "description": "The ID of the route table. The routing table must be associated with the same VPC that the virtual private gateway is attached to",
      "type": "array",
      "uniqueItems": false,
      "insertionOrder": false,
      "items": {
        "type": "string"
      }
    },
    "VpnGatewayId": {
      "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 virtual private gateway that is attached to a VPC. The virtual private gateway must be attached to the same VPC that the routing tables are associated with"
    }
  },
  "typeName": "AWS::EC2::VPNGatewayRoutePropagation",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2.git",
  "additionalProperties": false,
  "taggable": false,
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "required": [
    "RouteTableIds",
    "VpnGatewayId"
  ]
}
