AWS::GreengrassV2::ComponentVersion LambdaContainerParams - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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, ... ] }

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 /sys folder.

Default: false

Required: 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