Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LambdaLinuxProcessParams

import type { LambdaLinuxProcessParams } from "https://aws-api.deno.dev/v0.3/services/greengrassv2.ts?docs=full";

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

interface LambdaLinuxProcessParams {
containerParams?: LambdaContainerParams | null;
isolationMode?: LambdaIsolationMode | null;
}

§Properties

§
containerParams?: LambdaContainerParams | null
[src]

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

§
isolationMode?: LambdaIsolationMode | null
[src]

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

Default: GreengrassContainer