DataSetStringComparisonFilterCondition
A filter condition that compares string values using operators like EQUALS, CONTAINS,
or STARTS_WITH.
Contents
Note
In the following list, the required parameters are described first.
- Operator
-
The comparison operator to use, such as
EQUALS,CONTAINS,STARTS_WITH,ENDS_WITH, or their negations.Type: String
Valid Values:
EQUALS | DOES_NOT_EQUAL | CONTAINS | DOES_NOT_CONTAIN | STARTS_WITH | ENDS_WITHRequired: Yes
- Value
-
The string value to compare against.
Type: DataSetStringFilterValue object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: