Values.NFSDataRepositoryConfigurationSourceThe configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.
type nonrec t = {version : NfsVersion.t option;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.
*)dnsIps : RepositoryDnsIps.t option;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.
*)autoExportPolicy : AutoExportPolicy.t option;This parameter is not supported for Amazon File Cache.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of IpAddress.t ] list
| `Structure of
(string * [> `List of [> `Enum of string ] list ]) list ])
list ]