Glue.DataQualityRulesetsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-dataqualityruleset.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-dataqualityruleset-dataqualitytargettable.html
type properties = {ruleset : string option;description : string option;target_table : data_quality_target_table option;client_token : string option;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 ->
propertiesval make_data_quality_target_table :
?table_name:string ->
?database_name:string ->
unit ->
data_quality_target_tableval 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 ]val create_attributes : string -> attributes