AWS::QuickSight::DataSet DataSetNumericComparisonFilterCondition - 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).

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

AWS::QuickSight::DataSet DataSetNumericComparisonFilterCondition

A filter condition that compares numeric values using operators like EQUALS, GREATER_THAN, or LESS_THAN.

Syntax

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

JSON

{ "Operator" : String, "Value" : DataSetNumericFilterValue }

Properties

Operator

The comparison operator to use, such as EQUALS, GREATER_THAN, LESS_THAN, or their variants.

Required: Yes

Type: String

Allowed values: EQUALS | DOES_NOT_EQUAL | GREATER_THAN | GREATER_THAN_OR_EQUALS_TO | LESS_THAN | LESS_THAN_OR_EQUALS_TO

Update requires: No interruption

Value

The numeric value to compare against.

Required: No

Type: DataSetNumericFilterValue

Update requires: No interruption