| 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.LambdaDeviceMount
Description
Synopsis
- data LambdaDeviceMount = LambdaDeviceMount' {}
- newLambdaDeviceMount :: Text -> LambdaDeviceMount
- lambdaDeviceMount_addGroupOwner :: Lens' LambdaDeviceMount (Maybe Bool)
- lambdaDeviceMount_permission :: Lens' LambdaDeviceMount (Maybe LambdaFilesystemPermission)
- lambdaDeviceMount_path :: Lens' LambdaDeviceMount Text
Documentation
data LambdaDeviceMount Source #
Contains information about a device that Linux processes in a container can access.
See: newLambdaDeviceMount smart constructor.
Constructors
| LambdaDeviceMount' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> LambdaDeviceMount |
Create a value of LambdaDeviceMount 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:LambdaDeviceMount', lambdaDeviceMount_addGroupOwner - Whether or not to add the component's system user as an owner of the
device.
Default: false
$sel:permission:LambdaDeviceMount', lambdaDeviceMount_permission - The permission to access the device: read/only (ro) or read/write
(rw).
Default: ro
$sel:path:LambdaDeviceMount', lambdaDeviceMount_path - The mount path for the device in the file system.
lambdaDeviceMount_addGroupOwner :: Lens' LambdaDeviceMount (Maybe Bool) Source #
Whether or not to add the component's system user as an owner of the device.
Default: false
lambdaDeviceMount_permission :: Lens' LambdaDeviceMount (Maybe LambdaFilesystemPermission) Source #
The permission to access the device: read/only (ro) or read/write
(rw).
Default: ro
lambdaDeviceMount_path :: Lens' LambdaDeviceMount Text Source #
The mount path for the device in the file system.