AWSConnectUserSearchFilter
Objective-C
@interface AWSConnectUserSearchFilter
Swift
class AWSConnectUserSearchFilter
Filters to be applied to search results.
-
An object that can be used to specify Tag conditions inside the
SearchFilter. This accepts anORofAND(List of List) input where:Top level list specifies conditions that need to be applied with
ORoperatorInner list specifies conditions that need to be applied with
ANDoperator.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectControlPlaneTagFilter *_Nullable tagFilter;Swift
var tagFilter: AWSConnectControlPlaneTagFilter? { get set } -
An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the SearchFilter.
This accepts an
ORofAND(List of List) input where:The top level list specifies conditions that need to be applied with
ORoperator.The inner list specifies conditions that need to be applied with
ANDoperator.
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.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectControlPlaneUserAttributeFilter *_Nullable userAttributeFilter;Swift
var userAttributeFilter: AWSConnectControlPlaneUserAttributeFilter? { get set }
View on GitHub
Install in Dash
AWSConnectUserSearchFilter Class Reference