Values.LambdaResourceSourceIdentifies
type nonrec t = {lambdaArn : ResourceARN.t option;An Amazon Resource Name (ARN) that represents an Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.
*)eventTriggers : EventTriggerDefinitionList.t option;The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of ResourceARN.t ]) list ]
list
| `String of ResourceARN.t ])
list ]