amazonka-fsx-2.0: Amazon FSx SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.FSx.Types.FileCacheNFSConfiguration

Description

 
Synopsis

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

  • dnsIps :: Maybe [Text]

    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.

  • version :: NfsVersion

    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.

Instances

Instances details
ToJSON FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

Generic FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

Associated Types

type Rep FileCacheNFSConfiguration :: Type -> Type #

Read FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

Show FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

NFData FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

Eq FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

Hashable FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

type Rep FileCacheNFSConfiguration Source # 
Instance details

Defined in Amazonka.FSx.Types.FileCacheNFSConfiguration

type Rep FileCacheNFSConfiguration = D1 ('MetaData "FileCacheNFSConfiguration" "Amazonka.FSx.Types.FileCacheNFSConfiguration" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "FileCacheNFSConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dnsIps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NfsVersion)))

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.