Values.LambdaLinuxProcessParamsSourceContains parameters for a Linux process that contains an Lambda function.
type nonrec t = {isolationMode : LambdaIsolationMode.t option;The isolation mode for the process that contains the Lambda function. The process can run in an isolated runtime environment inside the IoT Greengrass container, or as a regular process outside any container. Default: GreengrassContainer
*)containerParams : LambdaContainerParams.t option;The parameters for the container in which the Lambda function runs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of OptionalBoolean.t
| `Integer of OptionalInteger.t
| `List of
[> `Structure of
(string
* [> `Boolean of OptionalBoolean.t
| `Enum of string
| `String of FileSystemPath.t ])
list ]
list ])
list ])
list ]