Resource schema for AWS::DataBrew::Ruleset.
name
(String) Name of the Rulesetrules
(Attributes List) List of the data quality rules in the ruleset (see below for nested schema)target_arn
(String) Arn of the target resource (dataset) to apply the ruleset todescription
(String) Description of the Rulesettags
(Attributes List) (see below for nested schema)id
(String) Uniquely identifies the resource.rules
Required:
check_expression
(String) Expression with rule conditionsname
(String) Name of the ruleOptional:
column_selectors
(Attributes List) (see below for nested schema)disabled
(Boolean) Boolean value to disable/enable a rulesubstitution_map
(Attributes List) (see below for nested schema)threshold
(Attributes) (see below for nested schema)rules.column_selectors
Optional:
name
(String) The name of a column from a datasetregex
(String) A regular expression for selecting a column from a datasetrules.substitution_map
Required:
value
(String) Value or column namevalue_reference
(String) Variable namerules.threshold
Required:
value
(Number) Threshold value for a ruleOptional:
type
(String) Threshold type for a ruleunit
(String) Threshold unit for a ruletags
Required:
key
(String)value
(String)Import is supported using the following syntax:
$ terraform import awscc_databrew_ruleset.example <resource ID>