Values.CreateRulesetRequestSourceCreates a new ruleset that can be used in a profile job to validate the data quality of a dataset.
type nonrec t = {name : RulesetName.t;The name of the ruleset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
*)description : RulesetDescription.t option;The description of the ruleset.
*)targetArn : Arn.t;The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
*)rules : RuleList.t;A list of rules that are defined with the ruleset. A rule includes one or more checks to be validated on a DataBrew dataset.
*)}val make :
?description:??? ->
?tags:??? ->
name:RulesetName.t ->
targetArn:Arn.t ->
rules:RuleList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Disabled.t
| `List of
[> `Structure of
(string * [> `String of ColumnName.t ]) list ]
list
| `Map of
([> `String of ValueReference.t ]
* [> `String of ConditionValue.t ])
list
| `String of RuleName.t
| `Structure of
(string
* [> `Double of ThresholdValue.t | `Enum of string ])
list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of RulesetName.t ])
list ]