Created
September 17, 2018 09:11
-
-
Save tecmaverick/ef306f158501b89f6b3abb56bac01957 to your computer and use it in GitHub Desktop.
SQL Query to list all AWS Event sources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT eventsource | |
| FROM <Replace_With_CloudTrail_Table_Name> | |
| GROUP BY eventsource |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment