Component Version Lambda Linux Process Params
data class ComponentVersionLambdaLinuxProcessParams(val containerParams: ComponentVersionLambdaContainerParams? = null, val isolationMode: ComponentVersionLambdaLinuxProcessParamsIsolationMode? = null)
Constructors
Link copied to clipboard
constructor(containerParams: ComponentVersionLambdaContainerParams? = null, isolationMode: ComponentVersionLambdaLinuxProcessParamsIsolationMode? = null)
Properties
Link copied to clipboard
The parameters for the container in which the Lambda function runs.
Link copied to clipboard
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