Module Glue.DataQualityRuleset

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-dataqualityruleset.html

type data_quality_target_table = {
  1. table_name : string option;
  2. database_name : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-dataqualityruleset-dataqualitytargettable.html

type properties = {
  1. ruleset : string option;
  2. description : string option;
  3. target_table : data_quality_target_table option;
  4. client_token : string option;
  5. tags : Yojson.Safe.t option;
  6. name : string option;
}

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

val make_properties : ?ruleset:string -> ?description:string -> ?target_table:data_quality_target_table -> ?client_token:string -> ?tags:Yojson.Safe.t -> ?name:string -> unit -> properties
val make_data_quality_target_table : ?table_name:string -> ?database_name:string -> unit -> data_quality_target_table
val yojson_of_data_quality_target_table : data_quality_target_table -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string