Values.OnPremConfigSourceThe DataSync agents that can connect to your Network File System (NFS) file server.
type nonrec t = {agentArns : AgentArnList.t;The Amazon Resource Names (ARNs) of the DataSync agents that can connect to your NFS file server. You can specify more than one agent. For more information, see Using multiple DataSync agents.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of AgentArn.t ] list ]) list ]