Values_1.DataQualityEvaluationRunAdditionalRunOptionsSourceAdditional run options you can specify for an evaluation run.
type nonrec t = {cloudWatchMetricsEnabled : Values_0.NullableBoolean.t option;Whether or not to enable CloudWatch metrics.
*)resultsS3Prefix : Values_0.UriString.t option;Prefix for Amazon S3 to store results.
*)compositeRuleEvaluationMethod : DQCompositeRuleEvaluationMethod.t option;Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
*)customLogGroupPrefix : Values_0.GenericString.t option;A custom prefix for the CloudWatch log group names. When specified, evaluation run logs are written to <CustomLogGroupPrefix>/error and <CustomLogGroupPrefix>/output instead of the default /aws-glue/data-quality/error and /aws-glue/data-quality/output log groups.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.NullableBoolean.t
| `Enum of string
| `String of Values_0.UriString.t ])
list ]