Module Logs.QueryDefinition

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-querydefinition.html

type properties = {
  1. query_string : string;
  2. log_group_names : string list option;
  3. name : string;
}

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

val make_properties : query_string:string -> ?log_group_names:string list -> name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. query_definition_id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string