From adcc3679471cb0db3465e46552db54db106990d7 Mon Sep 17 00:00:00 2001 From: ParthaI <47887552+ParthaI@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:11:48 +0530 Subject: [PATCH] Added column event_region to the table aws_health_event Closes #2287 (#2293) --- aws/table_aws_health_event.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aws/table_aws_health_event.go b/aws/table_aws_health_event.go index 3ddea231b..e7fd3a03a 100644 --- a/aws/table_aws_health_event.go +++ b/aws/table_aws_health_event.go @@ -40,6 +40,12 @@ func tableAwsHealthEvent(_ context.Context) *plugin.Table { Description: "The Amazon Resource Name (ARN) of the HealthEvent.", Type: proto.ColumnType_STRING, }, + { + Name: "event_region", + Description: "The Amazon Web Services Region name of the event.", + Type: proto.ColumnType_STRING, + Transform: transform.FromField("Region"), + }, { Name: "availability_zone", Description: "The Amazon Web Services Availability Zone of the event.",