LambdaContainerParams class

Contains information about a container in which AWS Lambda functions run on AWS IoT Greengrass core devices.

Constructors

LambdaContainerParams({List<LambdaDeviceMount>? devices, int? memorySizeInKB, bool? mountROSysfs, List<LambdaVolumeMount>? volumes})

Properties

devices List<LambdaDeviceMount>?
The list of system devices that the container can access.
final
hashCode int
The hash code for this object.
no setterinherited
memorySizeInKB int?
The memory size of the container, expressed in kilobytes.
final
mountROSysfs bool?
Whether or not the container can read information from the device's /sys folder.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volumes List<LambdaVolumeMount>?
The list of volumes that the container can access.
final

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