LambdaLinuxProcessParams class

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

Constructors

LambdaLinuxProcessParams({LambdaContainerParams? containerParams, LambdaIsolationMode? isolationMode})

Properties

containerParams LambdaContainerParams?
The parameters for the container in which the Lambda function runs.
final
hashCode int
The hash code for this object.
no setterinherited
isolationMode LambdaIsolationMode?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited