Module CloudWatch.InsightRule

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html

type tags = unit

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-insightrule-tags.html;

and tag = {
  1. key : string;
  2. value : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

type properties = {
  1. rule_state : string;
  2. rule_body : string;
  3. rule_name : string;
  4. tags : tags option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html;

val make_properties : rule_state:string -> rule_body:string -> rule_name:string -> ?tags:tags -> unit -> properties
val make_tag : key:string -> value:string -> unit -> tag
val yojson_of_tags : tags -> [> `Assoc of 'a list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. arn : string;
  3. rule_name : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string