### Describe the Feature Similar to lambda functions, queues and topics S3 bucket notifications lists should support specifying `filter_prefix` and `filter_suffix` options. ### Expected Behavior It is possible to provide `filter_prefix` and `filter_suffix` options for `queue_list` and `topic_list`. ### Use Case Filtering S3 events sent to queues and topics. ### Describe Ideal Solution Two new options are added into `queue_list` and `topic_list` keys of the `event_notification_details` variable. ### Alternatives Considered _No response_ ### Additional Context _No response_