Before enabling an Events rule that should invoke a Function and also notify a topic, what must already be true about those destinations?
Select an answer to reveal the explanation.
Short Explanation
Create the Function, topic, or stream—and the IAM that lets Events deliver—before you point a rule at them. The picker will not invent the destination. A disabled action stages safely; a missing OCID fails.
Full Explanation
Official create-rule guidance requires action destinations to exist first. Pre-create the Function application/function, Notifications topic, or stream, and ensure delivery IAM is in place before enabling the rule. Events does not auto-create those resources from the rule name, and placeholder OCIDs are not valid staging.