{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-clientvpnroute.json",
  "title": "AWSEC2ClientVpnRouteProperties",
  "description": "Resource Type definition for AWS::EC2::ClientVpnRoute. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ec2-clientvpnroute.json",
    "sourceSha256": "ddf9c1f197252f73f8a871a59cc3634f71ba83e705ffc22e9ec09f6c0faaee9b"
  },
  "type": "object",
  "properties": {
    "ClientVpnEndpointId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "TargetVpcSubnetId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "DestinationCidrBlock": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::EC2::ClientVpnRoute",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "ClientVpnEndpointId",
    "TargetVpcSubnetId",
    "DestinationCidrBlock"
  ],
  "createOnlyProperties": [
    "/properties/ClientVpnEndpointId",
    "/properties/DestinationCidrBlock",
    "/properties/Description",
    "/properties/TargetVpcSubnetId"
  ]
}
