Values.LambdaFunctionConfigurationSourceA container for specifying the configuration for Lambda notifications.
type nonrec t = {id : NotificationId.t option;lambdaFunctionArn : LambdaFunctionArn.t;The Amazon Resource Name (ARN) of the Lambda function that Amazon S3 invokes when the specified event type occurs.
*)events : EventList.t;The Amazon S3 bucket event for which to invoke the Lambda function. For more information, see Supported Event Types in the Amazon S3 User Guide.
*)filter : NotificationConfigurationFilter.t option;}val make :
?id:??? ->
?filter:??? ->
lambdaFunctionArn:LambdaFunctionArn.t ->
events:EventList.t ->
unit ->
tval 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 ]