ComponentVersionLambdaLinuxProcessParamsArgs

data class ComponentVersionLambdaLinuxProcessParamsArgs(val containerParams: Output<ComponentVersionLambdaContainerParamsArgs>? = null, val isolationMode: Output<ComponentVersionLambdaLinuxProcessParamsIsolationMode>? = null) : ConvertibleToJava<ComponentVersionLambdaLinuxProcessParamsArgs>

Constructors

constructor(containerParams: Output<ComponentVersionLambdaContainerParamsArgs>? = null, isolationMode: Output<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

Functions

Link copied to clipboard
open override fun toJava(): ComponentVersionLambdaLinuxProcessParamsArgs