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:
1Maximum:
4096Update requires: No interruption