Ruleset Rule Args
data class RulesetRuleArgs(val checkExpression: Output<String>, val columnSelectors: Output<List<RulesetColumnSelectorArgs>>? = null, val disabled: Output<Boolean>? = null, val name: Output<String>, val substitutionMap: Output<List<RulesetSubstitutionValueArgs>>? = null, val threshold: Output<RulesetThresholdArgs>? = null) : ConvertibleToJava<RulesetRuleArgs>
Data quality rule for a target resource (dataset)
Constructors
Link copied to clipboard
fun RulesetRuleArgs(checkExpression: Output<String>, columnSelectors: Output<List<RulesetColumnSelectorArgs>>? = null, disabled: Output<Boolean>? = null, name: Output<String>, substitutionMap: Output<List<RulesetSubstitutionValueArgs>>? = null, threshold: Output<RulesetThresholdArgs>? = null)