UserSearchFilter
Filters to be applied to search results.
Contents
- TagFilter
-
An object that can be used to specify Tag conditions inside the
SearchFilter
. This accepts anOR
ofAND
(List of List) input where:-
Top level list specifies conditions that need to be applied with
OR
operator -
Inner list specifies conditions that need to be applied with
AND
operator.
Type: ControlPlaneTagFilter object
Required: No
-
- UserAttributeFilter
-
An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the SearchFilter.
This accepts an
OR
ofAND
(List of List) input where:-
The top level list specifies conditions that need to be applied with
OR
operator. -
The inner list specifies conditions that need to be applied with
AND
operator.
Note
Only one field can be populated. This object can’t be used along with TagFilter. Request can either contain TagFilter or UserAttributeFilter if SearchFilter is specified, combination of both is not supported and such request will throw AccessDeniedException.
Type: ControlPlaneUserAttributeFilter object
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: