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

A filter condition that compares string values using operators like EQUALS, CONTAINS, or STARTS_WITH.

Syntax

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

JSON

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

Properties

Operator

The comparison operator to use, such as EQUALS, CONTAINS, STARTS_WITH, ENDS_WITH, or their negations.

Required: Yes

Type: String

Allowed values: EQUALS | DOES_NOT_EQUAL | CONTAINS | DOES_NOT_CONTAIN | STARTS_WITH | ENDS_WITH

Update requires: No interruption

Value

The string value to compare against.

Required: No

Type: DataSetStringFilterValue

Update requires: No interruption