Module Values.OnPremConfigSource

The DataSync agents that can connect to your Network File System (NFS) file server.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval context_ : string
Sourceval make : agentArns:AgentArnList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of AgentArn.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