Values.CreateLocationNfsRequestSourceCreateLocationNfsRequest
type nonrec t = {subdirectory : NfsSubdirectory.t;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;Specifies the DNS name or IP address (IPv4 or IPv6) of the NFS file server that your DataSync agent connects to.
*)onPremConfig : OnPremConfig.t;Specifies the Amazon Resource Name (ARN) of the DataSync agent that can connect to your NFS file server. You can specify more than one agent. For more information, see Using multiple DataSync agents.
*)mountOptions : NfsMountOptions.t option;Specifies the options that DataSync can use to mount your NFS file server.
*)}val make :
?mountOptions:??? ->
?tags:??? ->
subdirectory:NfsSubdirectory.t ->
serverHostname:ServerHostname.t ->
onPremConfig:OnPremConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of NfsSubdirectory.t
| `Structure of
(string
* [> `Enum of string | `List of [> `String of AgentArn.t ] list ])
list ])
list ]