Values.ObjectLambdaAccessPointSourceAn access point with an attached Lambda function used to access transformed data from an Amazon S3 bucket.
type nonrec t = {name : ObjectLambdaAccessPointName.t option;The name of the Object Lambda Access Point.
*)objectLambdaAccessPointArn : ObjectLambdaAccessPointArn.t option;Specifies the ARN for the Object Lambda Access Point.
*)alias : ObjectLambdaAccessPointAlias.t option;The alias of the Object Lambda Access Point.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ObjectLambdaAccessPointName.t
| `Structure of
(string
* [> `Enum of string
| `String of ObjectLambdaAccessPointAliasValue.t ])
list ])
list ]