AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataBrew::Ruleset

CfnRuleset

Specifies a new ruleset that can be used in a profile job to validate the data quality of a dataset.

Import

import { CfnRuleset } from 'aws-cdk-lib/aws-databrew';

Or use the module namespace:

import * as databrew from 'aws-cdk-lib/aws-databrew';
// databrew.CfnRuleset

Properties

Configuration passed to the constructor as CfnRulesetProps.

nameRequired
string

The name of the ruleset.

rulesRequired
IResolvable | IResolvable | RuleProperty[]

Contains metadata about the ruleset.

targetArnRequired
string

The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.

descriptionOptional
string

The description of the ruleset.

tagsOptional
CfnTag[]

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) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-databrew
CFN TypeAWS::DataBrew::Ruleset
Properties5

External Links