This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::GreengrassV2::ComponentVersion LambdaContainerParams
Contains information about a container in which Amazon Lambda functions run on Amazon IoT Greengrass core devices.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Devices" :[ LambdaDeviceMount, ... ], "MemorySizeInKB" :Integer, "MountROSysfs" :Boolean, "Volumes" :[ LambdaVolumeMount, ... ]}
YAML
Devices:- LambdaDeviceMountMemorySizeInKB:IntegerMountROSysfs:BooleanVolumes:- LambdaVolumeMount
Properties
Devices-
The list of system devices that the container can access.
Required: No
Type: Array of LambdaDeviceMount
Update requires: Replacement
MemorySizeInKB-
The memory size of the container, expressed in kilobytes.
Default:
16384(16 MB)Required: No
Type: Integer
Update requires: Replacement
MountROSysfs-
Whether or not the container can read information from the device's
/sysfolder.Default:
falseRequired: No
Type: Boolean
Update requires: Replacement
Volumes-
The list of volumes that the container can access.
Required: No
Type: Array of LambdaVolumeMount
Update requires: Replacement