Alternate rule: Security Incident Response Case Updates
To create an event rule that monitors for all case updates, repeat these tutorials with the following alterations:
In Tutorial: Create and subscribe to an Amazon SNS topic , use
CaseUpdates
as the topic name.In Tutorial: Register an event rule , use the following pattern in the JSON editor:
{ "source": ["aws.security-ir"], "detail-type": [ "Case Created", "Case Updated", "Case Closed", "Case Comment Created", "Case Comment Updated" ] }