DataSync.LocationNFSsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationnfs.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationnfs-mountoptions.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationnfs-onpremconfig.html
type properties = {subdirectory : string option;server_hostname : string option;mount_options : mount_options option;on_prem_config : on_prem_config;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationnfs.html;
val make_properties :
?subdirectory:string ->
?server_hostname:string ->
?mount_options:mount_options ->
on_prem_config:on_prem_config ->
?tags:tag list ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval make_mount_options : ?version:string -> unit -> mount_optionsval make_on_prem_config : agent_arns:string list -> unit -> on_prem_configval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_mount_options :
mount_options ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_on_prem_config :
on_prem_config ->
[> `Assoc of (string * [> `List of Yojson.Safe.t list ]) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes