LambdaVolumeMount class

Contains information about a volume that Linux processes in a container can access. When you define a volume, the AWS IoT Greengrass Core software mounts the source files to the destination inside the container.

Constructors

LambdaVolumeMount({required String destinationPath, required String sourcePath, bool? addGroupOwner, LambdaFilesystemPermission? permission})

Properties

addGroupOwner bool?
Whether or not to add the AWS IoT Greengrass user group as an owner of the volume.
final
destinationPath String
The path to the logical volume in the file system.
final
hashCode int
The hash code for this object.
no setterinherited
permission LambdaFilesystemPermission?
The permission to access the volume: read/only (ro) or read/write (rw).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourcePath String
The path to the physical volume in the file system.
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