QueueSearchCriteria - Amazon Connect

QueueSearchCriteria

The search criteria to be used to return queues.

Note

The name and description fields support "contains" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.

Contents

AndConditions

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

Type: Array of QueueSearchCriteria objects

Required: No

OrConditions

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

Type: Array of QueueSearchCriteria objects

Required: No

QueueTypeCondition

The type of queue.

Type: String

Valid Values: STANDARD

Required: No

StringCondition

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

Note

The currently supported values for FieldName are name, description, and resourceID.

Type: StringCondition object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: