skip to Main Content

Is there a way to create aws eventbridge rule to apply for only one resource? – Amazon web services

for example I have a iam eventbridge rule that is triggered for any changes to the roles as below: { "source": ["aws.iam"], "detail-type": ["AWS API Call via CloudTrail"], "detail": { "eventSource": ["iam.amazonaws.com"], "eventName": ["AttachGroupPolicy", "AttachRolePolicy", "AttachUserPolicy", "DetachGroupPolicy", "DetachRolePolicy", "DetachUserPolicy", "PutGroupPolicy",…

VIEW QUESTION
Back To Top
Search