Which problem is this feature request solving?
Currently when you launch cloudquery with collection of aws_cloudtrail_events table it seems to push all the events currently available in the account to the destination. This is often way too much, and it would be nice to have some control over the fetched data
Describe the solution you'd like
Add configuration options:
Cloudtrail Event type whitelist/blacklist
Fetch all events not older than
This could help with alleviating the issue and allowing users more fine-grained control.
Pull request (optional)