| 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.Lambda.Types.FileSystemConfig
Description
Synopsis
Documentation
data FileSystemConfig Source #
Details about the connection between a Lambda function and an Amazon EFS file system.
See: newFileSystemConfig smart constructor.
Constructors
| FileSystemConfig' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> FileSystemConfig |
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/.