Skip to content

Commit

Permalink
Added column event_region to the table aws_health_event Closes #2287 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthaI authored Sep 6, 2024
1 parent b830923 commit adcc367
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aws/table_aws_health_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit adcc367

Please sign in to comment.