A library IT developer creates an Events rule so Object Storage object creates can start processing. What should be the primary filter condition in the official create-rule flow?
Select an answer to reveal the explanation.
Short Explanation
Start with Event Type: name the service that emits and pick the specific types you care about (for example object create). “Any change in the whole tenancy” floods your Function; tags and attributes refine later.
Full Explanation
Official create-rule guidance begins with an Event Type condition: choose the emitting service and one or more of its event types. That is the primary discriminator. Broad tenancy-wide matching is an anti-pattern for design. Attribute and tag filters narrow a type; they do not replace selecting the service and event type first.