Values.UpdateLocationNfsRequestSourceModifies the following configuration parameters of the Network File System (NFS) transfer location that you're using with DataSync. For more information, see Configuring transfers with an NFS file server.
type nonrec t = {locationArn : LocationArn.t;Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
*)subdirectory : NfsSubdirectory.t option;Specifies the export path in your NFS file server that you want DataSync to mount. This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see Accessing NFS file servers.
*)serverHostname : ServerHostname.t option;Specifies the DNS name or IP address (IPv4 or IPv6) of the NFS file server that your DataSync agent connects to.
*)onPremConfig : OnPremConfig.t option;mountOptions : NfsMountOptions.t option;}val make :
?subdirectory:??? ->
?serverHostname:??? ->
?onPremConfig:??? ->
?mountOptions:??? ->
locationArn:LocationArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of LocationArn.t
| `Structure of
(string
* [> `Enum of string | `List of [> `String of AgentArn.t ] list ])
list ])
list ]