ListSearchesFilters
Optional filters for ListSearches. When multiple filters are set, a search must match all of them.
Contents
- groupIdFilter
-
Returns only searches whose
groupIdis one of the listed values.Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Length Constraints: Minimum length of 2. Maximum length of 36.
Pattern:
[a-zA-Z0-9][a-zA-Z0-9-]*Required: No
- searchTypeFilter
-
Returns only searches whose
searchTypeis one of the listed values.Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 2 items.
Valid Values:
DEEP | QUICKRequired: No
- startedAfter
-
Returns only searches started at or after this time.
Type: Timestamp
Required: No
- startedBefore
-
Returns only searches started at or before this time.
Type: Timestamp
Required: No
- statusFilter
-
Returns only searches whose status is one of the listed values.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 4 items.
Valid Values:
QUEUED | RUNNING | SUCCEEDED | FAILEDRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: