{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-transitgatewayroute.json",
  "title": "AWSEC2TransitGatewayRouteProperties",
  "description": "Resource Type definition for AWS::EC2::TransitGatewayRoute. 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-transitgatewayroute.json",
    "sourceSha256": "33ea344b7e63869bcc818578ff29f347127b2f6a0c9fd6db58963125c1e1384f"
  },
  "type": "object",
  "properties": {
    "TransitGatewayRouteTableId": {
      "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"
        }
      ]
    },
    "Blackhole": {
      "type": "boolean"
    },
    "TransitGatewayAttachmentId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::EC2::TransitGatewayRoute",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "required": [
    "TransitGatewayRouteTableId"
  ],
  "createOnlyProperties": [
    "/properties/TransitGatewayRouteTableId",
    "/properties/TransitGatewayAttachmentId",
    "/properties/DestinationCidrBlock",
    "/properties/Blackhole"
  ]
}
