When a municipal database backup completes, on-call staff should get an email or pager alert. If instead the match must resize or convert a resource, which Events actions fit those two intents?
Select an answer to reveal the explanation.
Short Explanation
Notifications is how you tell people (email, pager subscriptions). A Function is how you do work—resize, convert, call another API. Same Events rule model; different action for inform versus automate.
Full Explanation
Official Events examples use a Notifications topic when a backup-complete event should alert DevOps, and a Function when the match should perform automation. Notifications is also a documented Functions caller in other flows, but for Events actions the choice is inform (Notifications) versus work (Functions). Queue, Vault, and API Gateway are not Events action types for this decision.