Created
June 22, 2020 07:53
-
-
Save yossale/74f2a88edc3e037879f0ab6022a748ce to your computer and use it in GitHub Desktop.
LogGroupCreate CloudWatch Event
This file contains 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
{ | |
"source": [ | |
"aws.logs" | |
], | |
"detail-type": [ | |
"AWS API Call via CloudTrail" | |
], | |
"detail": { | |
"eventSource": [ | |
"logs.amazonaws.com" | |
], | |
"eventName": [ | |
"CreateLogGroup" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment