RDS.EventSubscriptionsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {source_type : string option;enabled : bool option;event_categories : string list option;subscription_name : string option;sns_topic_arn : string;source_ids : string list option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-eventsubscription.html;
val make_properties :
?source_type:string ->
?enabled:bool ->
?event_categories:string list ->
?subscription_name:string ->
sns_topic_arn:string ->
?source_ids:string list ->
?tags:tag list ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval 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