Values.ObjectLambdaTransformationConfigurationSourceA configuration used when creating an Object Lambda Access Point transformation.
type nonrec t = {actions : ObjectLambdaTransformationConfigurationActionsList.t;A container for the action of an Object Lambda Access Point configuration. Valid inputs are GetObject, ListObjects, HeadObject, and ListObjectsV2.
*)contentTransformation : ObjectLambdaContentTransformation.t;A container for the content transformation of an Object Lambda Access Point configuration.
*)}val make :
actions:ObjectLambdaTransformationConfigurationActionsList.t ->
contentTransformation:ObjectLambdaContentTransformation.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Structure of
(string
* [> `Structure of
(string * [> `String of FunctionArnString.t ]) list ])
list ])
list ]