

# RulesSearchCriteria
<a name="API_RulesSearchCriteria"></a>

The search criteria to be used to return rules.

## Contents
<a name="API_RulesSearchCriteria_Contents"></a>

 ** AndConditions **   <a name="connect-Type-RulesSearchCriteria-AndConditions"></a>
A list of conditions which would be applied together with an AND condition.  
Type: Array of [RulesSearchCriteria](#API_RulesSearchCriteria) objects  
Required: No

 ** OrConditions **   <a name="connect-Type-RulesSearchCriteria-OrConditions"></a>
A list of conditions which would be applied together with an OR condition.  
Type: Array of [RulesSearchCriteria](#API_RulesSearchCriteria) objects  
Required: No

 ** StringCondition **   <a name="connect-Type-RulesSearchCriteria-StringCondition"></a>
A leaf node condition which can be used to specify a string condition.  
The currently supported values for `FieldName` are `Name`, `PublishStatus`, `EventSourceName`, `RuleId`, `IntegrationAssociationId`, `ActionSummaries`, and `RuleCapabilityTiers`.
Type: [StringCondition](API_StringCondition.md) object  
Required: No

## See Also
<a name="API_RulesSearchCriteria_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/connect-2017-08-08/RulesSearchCriteria) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/connect-2017-08-08/RulesSearchCriteria) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/connect-2017-08-08/RulesSearchCriteria) 