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