ComponentVersionLambdaVolumeMount

data class ComponentVersionLambdaVolumeMount(val addGroupOwner: Boolean? = null, val destinationPath: String? = null, val permission: ComponentVersionLambdaFilesystemPermission? = null, val sourcePath: String? = null)

Constructors

Link copied to clipboard
constructor(addGroupOwner: Boolean? = null, destinationPath: String? = null, permission: ComponentVersionLambdaFilesystemPermission? = null, sourcePath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addGroupOwner: Boolean? = null

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

Link copied to clipboard
val destinationPath: String? = null

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 ). Default: ro

Link copied to clipboard
val sourcePath: String? = null

The path to the physical volume in the file system.