ControlPlaneTagFilter - Amazon Connect

ControlPlaneTagFilter

An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR of AND (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.

Contents

AndConditions

A list of conditions which would be applied together with an AND condition.

Type: Array of TagCondition objects

Required: No

OrConditions

A list of conditions which would be applied together with an OR condition.

Type: Array of arrays of TagCondition objects

Required: No

TagCondition

A leaf node condition which can be used to specify a tag condition.

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: