| 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.Transfer.Types.EfsFileLocation
Description
Synopsis
Documentation
data EfsFileLocation Source #
Reserved for future use.
See: newEfsFileLocation smart constructor.
Constructors
| EfsFileLocation' | |
Instances
newEfsFileLocation :: EfsFileLocation Source #
Create a value of EfsFileLocation 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:fileSystemId:EfsFileLocation', efsFileLocation_fileSystemId - The identifier of the file system, assigned by Amazon EFS.
$sel:path:EfsFileLocation', efsFileLocation_path - The pathname for the folder being used by a workflow.
efsFileLocation_fileSystemId :: Lens' EfsFileLocation (Maybe Text) Source #
The identifier of the file system, assigned by Amazon EFS.
efsFileLocation_path :: Lens' EfsFileLocation (Maybe Text) Source #
The pathname for the folder being used by a workflow.