AWS::DataBrew::Ruleset Threshold - AWS CloudFormation

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 AWS 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