AWS::DataBrew::Ruleset Threshold - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::DataBrew::Ruleset Threshold

The threshold used with a non-aggregate check expression. The non-aggregate check expression will be applied to each row in a specific column. Then the threshold will be used to determine whether the validation succeeds.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : String, "Unit" : String, "Value" : Number }

YAML

Type: String Unit: String Value: Number

Properties

Type

The type of a threshold. Used for comparison of an actual count of rows that satisfy the rule to the threshold value.

Required: No

Type: String

Allowed values: GREATER_THAN_OR_EQUAL | LESS_THAN_OR_EQUAL | GREATER_THAN | LESS_THAN

Update requires: No interruption

Unit

Unit of threshold value. Can be either a COUNT or PERCENTAGE of the full sample size used for validation.

Required: No

Type: String

Allowed values: COUNT | PERCENTAGE

Update requires: No interruption

Value

The value of a threshold.

Required: Yes

Type: Number

Update requires: No interruption