LambdaContainerParams
Contains information about a container in which Amazon Lambda functions run on Greengrass core devices.
Contents
- devices
 - 
               
The list of system devices that the container can access.
Type: Array of LambdaDeviceMount objects
Required: No
 - memorySizeInKB
 - 
               
The memory size of the container, expressed in kilobytes.
Default:
16384(16 MB)Type: Integer
Required: No
 - mountROSysfs
 - 
               
Whether or not the container can read information from the device's
/sysfolder.Default:
falseType: Boolean
Required: No
 - volumes
 - 
               
The list of volumes that the container can access.
Type: Array of LambdaVolumeMount objects
Required: No
 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: