| 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.FSx.Types.FileCacheNFSConfiguration
Description
Synopsis
- data FileCacheNFSConfiguration = FileCacheNFSConfiguration' {
- dnsIps :: Maybe [Text]
- version :: NfsVersion
- newFileCacheNFSConfiguration :: NfsVersion -> FileCacheNFSConfiguration
- fileCacheNFSConfiguration_dnsIps :: Lens' FileCacheNFSConfiguration (Maybe [Text])
- fileCacheNFSConfiguration_version :: Lens' FileCacheNFSConfiguration NfsVersion
Documentation
data FileCacheNFSConfiguration Source #
The configuration for an NFS data repository association (DRA) created during the creation of the Amazon File Cache resource.
See: newFileCacheNFSConfiguration smart constructor.
Constructors
| FileCacheNFSConfiguration' | |
Fields
| |
Instances
newFileCacheNFSConfiguration Source #
Create a value of FileCacheNFSConfiguration 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:dnsIps:FileCacheNFSConfiguration', fileCacheNFSConfiguration_dnsIps - A list of up to 2 IP addresses of DNS servers used to resolve the NFS
file system domain name. The provided IP addresses can either be the IP
addresses of a DNS forwarder or resolver that the customer manages and
runs inside the customer VPC, or the IP addresses of the on-premises DNS
servers.
$sel:version:FileCacheNFSConfiguration', fileCacheNFSConfiguration_version - The version of the NFS (Network File System) protocol of the NFS data
repository. The only supported value is NFS3, which indicates that the
data repository must support the NFSv3 protocol.
fileCacheNFSConfiguration_dnsIps :: Lens' FileCacheNFSConfiguration (Maybe [Text]) Source #
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.
fileCacheNFSConfiguration_version :: Lens' FileCacheNFSConfiguration NfsVersion Source #
The version of the NFS (Network File System) protocol of the NFS data
repository. The only supported value is NFS3, which indicates that the
data repository must support the NFSv3 protocol.