DataSync.LocationNFS
see 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 ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_mount_options : ?version:string -> unit -> mount_options
val make_on_prem_config : agent_arns:string list -> unit -> on_prem_config
val 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