DataSync.LocationObjectStorage
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationobjectstorage.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
server_certificate : string option;
secret_key : string option;
bucket_name : string option;
subdirectory : string option;
server_hostname : string option;
access_key : string option;
server_protocol : string option;
agent_arns : string list;
server_port : int option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationobjectstorage.html;
val make_properties :
?server_certificate:string ->
?secret_key:string ->
?bucket_name:string ->
?subdirectory:string ->
?server_hostname:string ->
?access_key:string ->
?server_protocol:string ->
agent_arns:string list ->
?server_port:int ->
?tags:tag list ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes