-
Notifications
You must be signed in to change notification settings - Fork 109
Add table aws_cloudwatch_event_rule #2487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new Steampipe table for querying AWS CloudWatch Event Rules, including documentation updates and corresponding table implementation in Go.
- Introduces the aws_cloudwatch_event_rule table documentation in Markdown.
- Implements table logic, listing, hydration, and transformation functions in Go.
- Registers the new table within the AWS plugin.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
docs/tables/aws_cloudwatch_event_rule.md | Adds documentation and examples for querying CloudWatch Event Rules. |
aws/table_aws_cloudwatch_event_rule.go | Implements the table definition, list, get, hydrate, and transform functions for the new table. |
aws/plugin.go | Registers the new aws_cloudwatch_event_rule table. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take a look at the minor review comment!!
Integration test logs
Logs
Example query results
Results