Why does this setting ignore my queue filter? I want to receive EventBridge events only for conversation.end on a specific queue. My gRPC service processes high-throughput data, so filtering at the source is critical.
- Create an EventBridge rule with
source: genesys.cloud. - Add filter:
detail.type: conversation.end. - Add filter:
detail.queue.id: <my-queue-id>.
I still receive events for all queues. Is the JSON path for queue.id incorrect in the filter pattern?