| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GreengrassV2.Types.LambdaVolumeMount
Description
Synopsis
- data LambdaVolumeMount = LambdaVolumeMount' {}
- newLambdaVolumeMount :: Text -> Text -> LambdaVolumeMount
- lambdaVolumeMount_addGroupOwner :: Lens' LambdaVolumeMount (Maybe Bool)
- lambdaVolumeMount_permission :: Lens' LambdaVolumeMount (Maybe LambdaFilesystemPermission)
- lambdaVolumeMount_sourcePath :: Lens' LambdaVolumeMount Text
- lambdaVolumeMount_destinationPath :: Lens' LambdaVolumeMount Text
Documentation
data LambdaVolumeMount Source #
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.
See: newLambdaVolumeMount smart constructor.
Constructors
| LambdaVolumeMount' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> LambdaVolumeMount |
Create a value of LambdaVolumeMount with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:addGroupOwner:LambdaVolumeMount', lambdaVolumeMount_addGroupOwner - Whether or not to add the IoT Greengrass user group as an owner of the
volume.
Default: false
$sel:permission:LambdaVolumeMount', lambdaVolumeMount_permission - The permission to access the volume: read/only (ro) or read/write
(rw).
Default: ro
$sel:sourcePath:LambdaVolumeMount', lambdaVolumeMount_sourcePath - The path to the physical volume in the file system.
$sel:destinationPath:LambdaVolumeMount', lambdaVolumeMount_destinationPath - The path to the logical volume in the file system.
lambdaVolumeMount_addGroupOwner :: Lens' LambdaVolumeMount (Maybe Bool) Source #
Whether or not to add the IoT Greengrass user group as an owner of the volume.
Default: false
lambdaVolumeMount_permission :: Lens' LambdaVolumeMount (Maybe LambdaFilesystemPermission) Source #
The permission to access the volume: read/only (ro) or read/write
(rw).
Default: ro
lambdaVolumeMount_sourcePath :: Lens' LambdaVolumeMount Text Source #
The path to the physical volume in the file system.
lambdaVolumeMount_destinationPath :: Lens' LambdaVolumeMount Text Source #
The path to the logical volume in the file system.