Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
LambdaDeviceMount' | |
|
Instances
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.