Values_0.DQResultsPublishingOptionsSourceOptions to configure how your data quality evaluation results are published.
type nonrec t = {evaluationContext : GenericLimitedString.t option;The context of the evaluation.
*)resultsS3Prefix : EnclosedInStringProperty.t option;The Amazon S3 prefix prepended to the results.
*)cloudWatchMetricsEnabled : BoxedBoolean.t option;Enable metrics for your data quality results.
*)resultsPublishingEnabled : BoxedBoolean.t option;Enable publishing for your data quality results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t | `String of GenericLimitedString.t ])
list ]