AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
An object that can be used to specify Tag conditions or Hierarchy Group conditions
inside the SearchFilter
.
This accepts an OR
of AND
(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.
Only one field can be populated. Maximum number of allowed Tag conditions is 25. Maximum number of allowed Hierarchy Group conditions is 20.
Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z
public class ControlPlaneUserAttributeFilter
The ControlPlaneUserAttributeFilter type exposes the following members
Name | Description | |
---|---|---|
ControlPlaneUserAttributeFilter() |
Name | Type | Description | |
---|---|---|---|
AndCondition | Amazon.Connect.Model.AttributeAndCondition |
Gets and sets the property AndCondition.
A list of conditions which would be applied together with an |
|
HierarchyGroupCondition | Amazon.Connect.Model.HierarchyGroupCondition |
Gets and sets the property HierarchyGroupCondition. |
|
OrConditions | System.Collections.Generic.List<Amazon.Connect.Model.AttributeAndCondition> |
Gets and sets the property OrConditions.
A list of conditions which would be applied together with an |
|
TagCondition | Amazon.Connect.Model.TagCondition |
Gets and sets the property TagCondition. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5