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
Documentation
data FileSystemConfig Source #
Details about the connection between a Lambda function and an Amazon EFS file system.
See: newFileSystemConfig
smart constructor.
FileSystemConfig' | |
|
Instances
Create a value of FileSystemConfig
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:arn:FileSystemConfig'
, fileSystemConfig_arn
- The Amazon Resource Name (ARN) of the Amazon EFS access point that
provides access to the file system.
$sel:localMountPath:FileSystemConfig'
, fileSystemConfig_localMountPath
- The path where the function can access the file system, starting with
/mnt/
.
fileSystemConfig_arn :: Lens' FileSystemConfig Text Source #
The Amazon Resource Name (ARN) of the Amazon EFS access point that provides access to the file system.
fileSystemConfig_localMountPath :: Lens' FileSystemConfig Text Source #
The path where the function can access the file system, starting with
/mnt/
.