Applying a path pattern when filtering in Eventarc
You can now apply a path pattern when filtering in Eventarc. This is especially useful when you need to filter on resource names beyond exact match. Path pattern syntax allows you to define a regex-like expression that matches events as broadly as you like.
Let’s take a look at a concrete example.
Without path patterns Let’s say you want to listen for new file creations in a Cloud Storage bucket with an AuditLog trigger.
Read More →