DataSync.LocationFSxOpenZFSsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxopenzfs.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-locationfsxopenzfs-mountoptions.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationfsxopenzfs-nfs.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationfsxopenzfs-protocol.html
type properties = {subdirectory : string option;fsx_filesystem_arn : string option;protocol : protocol;security_group_arns : string list;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationfsxopenzfs.html;
val make_properties :
?subdirectory:string ->
?fsx_filesystem_arn:string ->
protocol:protocol ->
security_group_arns:string list ->
?tags:tag list ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval make_mount_options : ?version:string -> unit -> mount_optionsval make_nfs : mount_options:mount_options -> unit -> nfsval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_mount_options : mount_options -> Yojson.Safe.tval yojson_of_nfs : nfs -> Yojson.Safe.tval yojson_of_protocol :
protocol ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes