Values.QueueConfigurationSourceSpecifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.
type nonrec t = {id : NotificationId.t option;queueArn : QueueArn.t;The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.
*)events : EventList.t;A collection of bucket events for which to send notifications
*)filter : NotificationConfigurationFilter.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of NotificationId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of FilterRuleValue.t ])
list ]
list ])
list ])
list ])
list ]