# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 resource "aws_cloudwatch_event_rule" "route_table_event_rule" { name_prefix = "RouteTableEventRule" description = "Capture changes to Route Tables" tags = { Name = "RTEventRule" Project = "${var.ProjectTag}" Environment = "${var.Environment}" } event_pattern = <