A wastewater SCADA modernization project needs an Events rule to deliver matching OCI resource changes somewhere useful. Which set lists the documented Events action destinations?
Select an answer to reveal the explanation.
Short Explanation
When a rule matches, OCI Events can hand the payload to a Function (do work), a Notifications topic (tell people), or a Streaming stream (fan out for later readers). Queue, Connector Hub, and inventing email/webhook products are not Events action types.
Full Explanation
Official Events action types are Function (application plus function), Notifications topic, and Streaming stream. Choose Functions to automate work, Notifications to alert subscribers, and Streaming when multiple downstream consumers should see the same match. Queue and Connector Hub are valuable elsewhere but are not documented Events action destinations.