A city open-data team wants OCI to react when certain resource changes occur. In the Events service model, what developer object combines the match criteria with the destinations that receive a match?
Select an answer to reveal the explanation.
Short Explanation
You work with Events by creating a rule. The filter decides which emitted events match; the actions name where matches go. No filter means you have not subscribed; no action means a match does nothing.
Full Explanation
Official OCI Events modeling centers on rules: each rule pairs a filter with one or more actions. Functions are common action targets but do not replace the rule with a private trigger stanza. Queue and Streaming consumer groups are different messaging objects and are not how you subscribe to platform-emitted resource events.