A city’s Events rule already matches Object Storage create-object events, but every bucket in the tenancy would fire it. How should the developer narrow matches to one bucket’s family of resources?
Select an answer to reveal the explanation.
Short Explanation
After you pick an event type, attribute filters refine it—compartment, bucket name, resource id, and similar fields. That is how you avoid “every object create in the tenancy” without writing a JSONPath exam answer.
Full Explanation
Official Events filters let you add Attribute conditions after an event type so only payloads with matching fields invoke actions. Use attributes when one type is too broad and you care about a resource family. Compartment placement of the Function alone does not auto-scope emitters, and listing every OCID is not the designed filter model.