RulesetArgs

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
val description: Output<String>? = null

Description of the Ruleset

Link copied to clipboard
val name: Output<String>? = null

Name of the Ruleset

Link copied to clipboard
val rules: Output<List<RulesetRuleArgs>>? = null

List of the data quality rules in the ruleset

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag .

Link copied to clipboard
val targetArn: Output<String>? = null

Arn of the target resource (dataset) to apply the ruleset to

Functions

Link copied to clipboard
open override fun toJava(): RulesetArgs