AWS::DataBrew::RulesetSpecifies a new ruleset that can be used in a profile job to validate the data quality of a dataset.
import { CfnRuleset } from 'aws-cdk-lib/aws-databrew';Or use the module namespace:
import * as databrew from 'aws-cdk-lib/aws-databrew';
// databrew.CfnRulesetConfiguration passed to the constructor as CfnRulesetProps.
nameRequiredstringThe name of the ruleset.
rulesRequiredIResolvable | IResolvable | RuleProperty[]Contains metadata about the ruleset.
targetArnRequiredstringThe Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.
descriptionOptionalstringThe description of the ruleset.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-databrewAWS::DataBrew::Ruleset