{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-vpnconnectionroute.json",
  "title": "AWSEC2VPNConnectionRouteProperties",
  "description": "Resource Type definition for AWS::EC2::VPNConnectionRoute. 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-vpnconnectionroute.json",
    "sourceSha256": "8db672b24abda15e977f8eded5d0d4e5b1a71e37a56639c0667ef993c5a7fbe2"
  },
  "type": "object",
  "properties": {
    "DestinationCidrBlock": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The CIDR block associated with the local subnet of the customer network."
    },
    "VpnConnectionId": {
      "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 VPN connection."
    }
  },
  "typeName": "AWS::EC2::VPNConnectionRoute",
  "primaryIdentifier": [
    "/properties/DestinationCidrBlock",
    "/properties/VpnConnectionId"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2.git",
  "createOnlyProperties": [
    "/properties/DestinationCidrBlock",
    "/properties/VpnConnectionId"
  ],
  "additionalProperties": false,
  "tagging": {
    "taggable": false
  },
  "required": [
    "DestinationCidrBlock",
    "VpnConnectionId"
  ]
}
