AWS::DataBrew::Ruleset Threshold - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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