LambdaLinuxProcessParams - AWS IoT Greengrass

LambdaLinuxProcessParams

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

Contents

containerParams

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

Type: LambdaContainerParams object

Required: No

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

Type: String

Valid Values: GreengrassContainer | NoContainer

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: