Module Values.CreateLocationNfsRequestSource

CreateLocationNfsRequest

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

    *)
  2. serverHostname : ServerHostname.t;
    (*

    Specifies the DNS name or IP address (IPv4 or IPv6) of the NFS file server that your DataSync agent connects to.

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

    *)
  4. mountOptions : NfsMountOptions.t option;
    (*

    Specifies the options that DataSync can use to mount your NFS file server.

    *)
  5. tags : InputTagList.t option;
    (*

    Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.

    *)
}
Sourceval context_ : string
Sourceval make : ?mountOptions:??? -> ?tags:??? -> subdirectory:NfsSubdirectory.t -> serverHostname:ServerHostname.t -> onPremConfig:OnPremConfig.t -> unit -> t
Sourceval 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 ]
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