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

AWS::QuickSight::DataSet FilterOperation

A transform operation that filters rows based on a condition.

Syntax

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

JSON

{ "ConditionExpression" : String }

YAML

ConditionExpression: String

Properties

ConditionExpression

An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.

Required: Yes

Type: String

Minimum: 1

Maximum: 4096

Update requires: No interruption