Module Values.FileCacheNFSConfigurationSource

The configuration for an NFS data repository association (DRA) created during the creation of the Amazon File Cache resource.

Sourcetype nonrec t = {
  1. version : NfsVersion.t;
    (*

    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.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?dnsIps:??? -> version:NfsVersion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of IpAddress.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t