LambdaVolumeMount

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether or not to add the IoT Greengrass user group as an owner of the volume.

Link copied to clipboard

The path to the logical volume in the file system.

Link copied to clipboard

The permission to access the volume: read/only (ro) or read/write (rw).

Link copied to clipboard

The path to the physical volume in the file system.

Functions

Link copied to clipboard
inline fun copy(block: LambdaVolumeMount.Builder.() -> Unit = {}): LambdaVolumeMount
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String