In AWS EventBridge how can I see if a rule has been deleted and who deleted it?
CodePudding user response:
You wouldn't be able to see that from EventBridge. You would need to have a look at the CloudTrail logs for the DeleteRule
action.
In AWS EventBridge how can I see if a rule has been deleted and who deleted it?
CodePudding user response:
You wouldn't be able to see that from EventBridge. You would need to have a look at the CloudTrail logs for the DeleteRule
action.