{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-gatewayroutetableassociation.json",
  "title": "AWSEC2GatewayRouteTableAssociationProperties",
  "description": "Associates a gateway with a route table. The gateway and route table must be in the same VPC. This association causes the incoming traffic to the gateway to be routed according to the routes in the route table.. Source:- <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-ec2-gatewayroutetableassociation.json",
    "sourceSha256": "70531afa9db7594443c38514ae8ce2c27ce3cb6ee96d005314d6ddba7ea27dc0"
  },
  "type": "object",
  "properties": {
    "RouteTableId": {
      "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 route table."
    },
    "GatewayId": {
      "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 gateway."
    }
  },
  "typeName": "AWS::EC2::GatewayRouteTableAssociation",
  "readOnlyProperties": [
    "/properties/AssociationId"
  ],
  "sourceUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-gatewayroutetableassociation.html",
  "createOnlyProperties": [
    "/properties/GatewayId"
  ],
  "additionalProperties": false,
  "required": [
    "RouteTableId",
    "GatewayId"
  ],
  "primaryIdentifier": [
    "/properties/GatewayId"
  ]
}
