AmazonMQ.Configurationsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configuration-tagsentry.html
type properties = {engine_version : string;description : string option;authentication_strategy : string option;engine_type : string;data : string;name : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configuration.html;
val make_properties :
engine_version:string ->
?description:string ->
?authentication_strategy:string ->
engine_type:string ->
data:string ->
?tags:tags_entry list ->
name:string ->
unit ->
propertiesval make_tags_entry : value:string -> key:string -> unit -> tags_entryval yojson_of_tags_entry :
tags_entry ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes