Component Version Lambda Volume Mount
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)
Properties
Link copied to clipboard
Whether or not to add the AWS IoT Greengrass user group as an owner of the volume. Default: false
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
). Default: ro
Link copied to clipboard
The path to the physical volume in the file system.