AWS::QuickSight::DataSet DataSetDateComparisonFilterCondition - 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 DataSetDateComparisonFilterCondition

A filter condition that compares date values using operators like BEFORE, AFTER, or their inclusive variants.

Syntax

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

JSON

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

Properties

Operator

The comparison operator to use, such as BEFORE, BEFORE_OR_EQUALS_TO, AFTER, or AFTER_OR_EQUALS_TO.

Required: Yes

Type: String

Allowed values: BEFORE | BEFORE_OR_EQUALS_TO | AFTER | AFTER_OR_EQUALS_TO

Update requires: No interruption

Value

The date value to compare against.

Required: No

Type: DataSetDateFilterValue

Update requires: No interruption