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 |
Synopsis
- data NFSDataRepositoryConfiguration = NFSDataRepositoryConfiguration' {}
- newNFSDataRepositoryConfiguration :: NfsVersion -> NFSDataRepositoryConfiguration
- nFSDataRepositoryConfiguration_autoExportPolicy :: Lens' NFSDataRepositoryConfiguration (Maybe AutoExportPolicy)
- nFSDataRepositoryConfiguration_dnsIps :: Lens' NFSDataRepositoryConfiguration (Maybe [Text])
- nFSDataRepositoryConfiguration_version :: Lens' NFSDataRepositoryConfiguration NfsVersion
Documentation
data NFSDataRepositoryConfiguration Source #
The configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.
See: newNFSDataRepositoryConfiguration
smart constructor.
NFSDataRepositoryConfiguration' | |
|
Instances
newNFSDataRepositoryConfiguration Source #
Create a value of NFSDataRepositoryConfiguration
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:autoExportPolicy:NFSDataRepositoryConfiguration'
, nFSDataRepositoryConfiguration_autoExportPolicy
- This parameter is not supported for Amazon File Cache.
$sel:dnsIps:NFSDataRepositoryConfiguration'
, nFSDataRepositoryConfiguration_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:NFSDataRepositoryConfiguration'
, nFSDataRepositoryConfiguration_version
- The version of the NFS (Network File System) protocol of the NFS data
repository. Currently, the only supported value is NFS3
, which
indicates that the data repository must support the NFSv3 protocol.
nFSDataRepositoryConfiguration_autoExportPolicy :: Lens' NFSDataRepositoryConfiguration (Maybe AutoExportPolicy) Source #
This parameter is not supported for Amazon File Cache.
nFSDataRepositoryConfiguration_dnsIps :: Lens' NFSDataRepositoryConfiguration (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.
nFSDataRepositoryConfiguration_version :: Lens' NFSDataRepositoryConfiguration NfsVersion Source #
The version of the NFS (Network File System) protocol of the NFS data
repository. Currently, the only supported value is NFS3
, which
indicates that the data repository must support the NFSv3 protocol.