CE.AnomalyMonitor
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-anomalymonitor.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ce-anomalymonitor-resourcetag.html
type properties = {
monitor_type : string;
monitor_name : string;
monitor_specification : string option;
monitor_dimension : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-anomalymonitor.html;
val make_properties :
monitor_type:string ->
?resource_tags:resource_tag list ->
monitor_name:string ->
?monitor_specification:string ->
?monitor_dimension:string ->
unit ->
properties
val make_resource_tag : value:string -> key:string -> unit -> resource_tag
val yojson_of_resource_tag :
resource_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