Ruleset Args
data class RulesetArgs(val description: Output<String>? = null, val name: Output<String>? = null, val rules: Output<List<RulesetRuleArgs>>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null, val targetArn: Output<String>? = null) : ConvertibleToJava<RulesetArgs>
Resource schema for AWS::DataBrew::Ruleset.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, rules: Output<List<RulesetRuleArgs>>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null, targetArn: Output<String>? = null)
Properties
Link copied to clipboard
Description of the Ruleset
Link copied to clipboard
List of the data quality rules in the ruleset
Link copied to clipboard
An array of key-value pairs to apply to this resource. For more information, see Tag .