Values.TopicConfigurationSourceA container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events.
type nonrec t = {id : NotificationId.t option;topicArn : TopicArn.t;The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3 publishes a message when it detects events of the specified type.
*)events : EventList.t;The Amazon S3 bucket event about which to send notifications. For more information, see Supported Event Types in the Amazon S3 User Guide.
*)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 ]