FilterCondition
This structure describes the filtering of columns in a table based on a filter condition.
Contents
- ComparisonOperator
 - 
               
The comparison operator used in the filter condition.
Type: String
Valid Values:
EQ | NE | LE | LT | GE | GT | CONTAINS | NOT_CONTAINS | BEGINS_WITH | IN | BETWEENRequired: No
 - Field
 - 
               
The field to filter in the filter condition.
Type: String
Valid Values:
RESOURCE_ARN | ROLE_ARN | LAST_MODIFIEDRequired: No
 - StringValueList
 - 
               
A string with values used in evaluating the filter condition.
Type: Array of strings
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: