Ruleset

class Ruleset : KotlinCustomResource

Resource schema for AWS::DataBrew::Ruleset.

Properties

Link copied to clipboard
val description: Output<String>?

Description of the Ruleset

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Name of the Ruleset

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val rules: Output<List<RulesetRule>>

List of the data quality rules in the ruleset

Link copied to clipboard
val tags: Output<List<CreateOnlyTag>>?

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

Link copied to clipboard
val targetArn: Output<String>

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

Link copied to clipboard
val urn: Output<String>