Values.TopicConfigurationDeprecatedSourceA container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events. This data type is deprecated. Use TopicConfiguration instead.
type nonrec t = {id : NotificationId.t option;events : EventList.t option;A collection of events related to objects
*)event : Event.t option;Bucket event for which to send notifications.
*)topic : TopicArn.t option;Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of NotificationId.t ])
list ]