{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-localgatewayroutetable.json",
  "title": "AWSEC2LocalGatewayRouteTableProperties",
  "description": "Describes a route table for a local gateway.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2-lgw.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ec2-localgatewayroutetable.json",
    "sourceSha256": "435761107ed32a00cad660c78381634f8071ea1ce1cf6c06163077f412d5238f"
  },
  "type": "object",
  "properties": {
    "LocalGatewayId": {
      "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 local gateway."
    },
    "Mode": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The mode of the local gateway route table."
    },
    "Tags": {
      "description": "The tags for the local gateway route table.",
      "$ref": "#/$defs/Tags"
    }
  },
  "typeName": "AWS::EC2::LocalGatewayRouteTable",
  "$defs": {
    "Tags": {
      "type": "array",
      "insertionOrder": false,
      "uniqueItems": true,
      "items": {
        "$ref": "#/$defs/Tag"
      },
      "title": "AWSEC2LocalGatewayRouteTableTagsDefinition"
    },
    "Tag": {
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 127,
              "pattern": "^(?!aws:.*)"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 255,
              "pattern": "^(?!aws:.*)"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSEC2LocalGatewayRouteTableTagDefinition",
      "additionalProperties": false
    }
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ec2-lgw.git",
  "additionalProperties": false,
  "replacementStrategy": "delete_then_create",
  "required": [
    "LocalGatewayId"
  ],
  "createOnlyProperties": [
    "/properties/LocalGatewayId",
    "/properties/Mode"
  ],
  "readOnlyProperties": [
    "/properties/LocalGatewayRouteTableId",
    "/properties/LocalGatewayRouteTableArn",
    "/properties/OutpostArn",
    "/properties/OwnerId",
    "/properties/State"
  ],
  "primaryIdentifier": [
    "/properties/LocalGatewayRouteTableId"
  ],
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": false
  }
}
