AWS::GreengrassV2::ComponentVersion LambdaContainerParams - AWS CloudFormation

AWS::GreengrassV2::ComponentVersion LambdaContainerParams

Contains information about a container in which AWS Lambda functions run on AWS IoT Greengrass core devices.

Syntax

To declare this entity in your AWS 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