AWS::GreengrassV2::ComponentVersion LambdaContainerParams - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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