ControlPlaneUserAttributeFilter
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 ORoperator
- 
         The inner list specifies conditions that need to be applied with ANDoperator.
Note
Only one field can be populated. Maximum number of allowed Tag conditions is 25. Maximum number of allowed Hierarchy Group conditions is 20.
Contents
- AndCondition
- 
               A list of conditions which would be applied together with an ANDcondition.Type: AttributeAndCondition object Required: No 
- HierarchyGroupCondition
- 
               A leaf node condition which can be used to specify a hierarchy group condition. Type: HierarchyGroupCondition object Required: No 
- OrConditions
- 
               A list of conditions which would be applied together with an ORcondition.Type: Array of AttributeAndCondition objects Required: No 
- TagCondition
- 
               A leaf node condition which can be used to specify a tag condition, for example, HAVE BPO = 123.Type: TagCondition object Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: