We are deploying a webhook subscription via the Genesys Cloud Terraform provider to capture conversation.end events. The current setup sends every event to our Lambda, which is inefficient. We need to filter at the EventBridge rule level to only pass events for a specific queue ID. The genesyscloud_eventbridge_integration resource allows defining targets, but the event pattern syntax for queue filtering is unclear. Does anyone have a working Terraform snippet for this?