Values.CloudFunctionConfigurationSourceContainer for specifying the Lambda notification configuration.
type nonrec t = {id : NotificationId.t option;event : Event.t option;events : EventList.t option;Bucket events for which to send notifications.
*)cloudFunction : CloudFunction.t option;Lambda cloud function ARN that Amazon S3 can invoke when it detects events of the specified type.
*)invocationRole : CloudFunctionInvocationRole.t option;The role supporting the invocation of the Lambda function
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of NotificationId.t ])
list ]