AWS::GreengrassV2::ComponentVersion LambdaLinuxProcessParams - 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 LambdaLinuxProcessParams

Contains parameters for a Linux process that contains an AWS Lambda function.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

ContainerParams

The parameters for the container in which the Lambda function runs.

Required: No

Type: LambdaContainerParams

Update requires: Replacement

IsolationMode

The isolation mode for the process that contains the Lambda function. The process can run in an isolated runtime environment inside the AWS IoT Greengrass container, or as a regular process outside any container.

Default: GreengrassContainer

Required: No

Type: String

Allowed values: GreengrassContainer | NoContainer

Update requires: Replacement