FilterOperation
A transform operation that filters rows based on a condition.
Contents
Note
In the following list, the required parameters are described first.
- ConditionExpression
-
An expression that must evaluate to a Boolean value. Rows for which the expression evaluates to true are kept in the dataset.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Required: No
- DateFilterCondition
-
A date-based filter condition within a filter operation.
Type: DataSetDateFilterCondition object
Required: No
- NumericFilterCondition
-
A numeric-based filter condition within a filter operation.
Type: DataSetNumericFilterCondition object
Required: No
- StringFilterCondition
-
A string-based filter condition within a filter operation.
Type: DataSetStringFilterCondition object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: