DataSync.LocationFSxOpenZFS
see 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 ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_mount_options : ?version:string -> unit -> mount_options
val make_nfs : mount_options:mount_options -> unit -> nfs
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_mount_options : mount_options -> Yojson.Safe.t
val yojson_of_nfs : nfs -> Yojson.Safe.t
val 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