Module Values_0.DQResultsPublishingOptionsSource

Options to configure how your data quality evaluation results are published.

Sourcetype nonrec t = {
  1. evaluationContext : GenericLimitedString.t option;
    (*

    The context of the evaluation.

    *)
  2. resultsS3Prefix : EnclosedInStringProperty.t option;
    (*

    The Amazon S3 prefix prepended to the results.

    *)
  3. cloudWatchMetricsEnabled : BoxedBoolean.t option;
    (*

    Enable metrics for your data quality results.

    *)
  4. resultsPublishingEnabled : BoxedBoolean.t option;
    (*

    Enable publishing for your data quality results.

    *)
}
Sourceval make : ?evaluationContext:??? -> ?resultsS3Prefix:??? -> ?cloudWatchMetricsEnabled:??? -> ?resultsPublishingEnabled:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BoxedBoolean.t | `String of GenericLimitedString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t