| 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.DataSync.Types.FsxProtocolNfs
Description
Documentation
data FsxProtocolNfs Source #
Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your Amazon FSx for OpenZFS or Amazon FSx for NetApp ONTAP file system.
See: newFsxProtocolNfs smart constructor.
Constructors
| FsxProtocolNfs' | |
Fields | |
Instances
newFsxProtocolNfs :: FsxProtocolNfs Source #
Create a value of FsxProtocolNfs 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:mountOptions:FsxProtocolNfs', fsxProtocolNfs_mountOptions - Undocumented member.
fsxProtocolNfs_mountOptions :: Lens' FsxProtocolNfs (Maybe NfsMountOptions) Source #
Undocumented member.