Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-databrew-ruleset.json
Parent schema serverless-framework-configuration
Type: object

Properties

Name string | Aws_CF_FunctionString required

Name of the Ruleset

TargetArn string | Aws_CF_FunctionString required

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

Rules Rule[] required

List of the data quality rules in the ruleset

minItems=1
Description string | Aws_CF_FunctionString

Description of the Ruleset

Tags Tag[]

Definitions

Expression string | Aws_CF_FunctionString

Expression with rule conditions

SubstitutionValue object

A key-value pair to associate expression's substitution variable names with their values

ValueReference string | Aws_CF_FunctionString required

Variable name

Value string | Aws_CF_FunctionString required

Value or column name

ValuesMap SubstitutionValue[]
ThresholdValue number

Threshold value for a rule

ThresholdType string | Aws_CF_FunctionString

Threshold type for a rule

ThresholdUnit string | Aws_CF_FunctionString

Threshold unit for a rule

Threshold object
Value number required

Threshold value for a rule

Type string | Aws_CF_FunctionString

Threshold type for a rule

Unit string | Aws_CF_FunctionString

Threshold unit for a rule

ColumnSelector object

Selector of a column from a dataset for profile job configuration. One selector includes either a column name or a regular expression

Regex string | Aws_CF_FunctionString

A regular expression for selecting a column from a dataset

Name string | Aws_CF_FunctionString

The name of a column from a dataset

Disabled boolean

Boolean value to disable/enable a rule

Rule object

Data quality rule for a target resource (dataset)

Name string | Aws_CF_FunctionString required

Name of the rule

CheckExpression string | Aws_CF_FunctionString required

Expression with rule conditions

Disabled boolean

Boolean value to disable/enable a rule

SubstitutionMap SubstitutionValue[]
Threshold object
3 nested properties
Value number required

Threshold value for a rule

Type string | Aws_CF_FunctionString

Threshold type for a rule

Unit string | Aws_CF_FunctionString

Threshold unit for a rule

ColumnSelectors ColumnSelector[]
minItems=1
Tag object

A key-value pair to associate with a resource

Key string | Aws_CF_FunctionString required
Value string | Aws_CF_FunctionString required