AWS::QuickSight::DataSet FilterOperation
A transform operation that filters rows based on a condition.
Syntax
To declare this entity in your AWS 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