{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ec2-transitgatewayroutetablepropagation.json",
  "title": "AWSEC2TransitGatewayRouteTablePropagationProperties",
  "description": "Resource Type definition for AWS::EC2::TransitGatewayRouteTablePropagation. 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-transitgatewayroutetablepropagation.json",
    "sourceSha256": "bf773f6d39c38913bf1f0bd47e1e89b8612e169e68b645800e070731b693ffaa"
  },
  "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"
        }
      ]
    },
    "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::TransitGatewayRouteTablePropagation",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "required": [
    "TransitGatewayRouteTableId",
    "TransitGatewayAttachmentId"
  ],
  "createOnlyProperties": [
    "/properties/TransitGatewayRouteTableId",
    "/properties/TransitGatewayAttachmentId"
  ]
}
