

# AdvancedFieldSelector
<a name="API_AdvancedFieldSelector"></a>

 Defines criteria for selecting resources based on field values. 

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

 ** Field **   <a name="cwoa-Type-AdvancedFieldSelector-Field"></a>
 The name of the field to use for selection.   
Type: String  
Required: Yes

 ** EndsWith **   <a name="cwoa-Type-AdvancedFieldSelector-EndsWith"></a>
 Matches if the field value ends with the specified value.   
Type: Array of strings  
Required: No

 ** Equals **   <a name="cwoa-Type-AdvancedFieldSelector-Equals"></a>
 Matches if the field value equals the specified value.   
Type: Array of strings  
Required: No

 ** NotEndsWith **   <a name="cwoa-Type-AdvancedFieldSelector-NotEndsWith"></a>
 Matches if the field value does not end with the specified value.   
Type: Array of strings  
Required: No

 ** NotEquals **   <a name="cwoa-Type-AdvancedFieldSelector-NotEquals"></a>
 Matches if the field value does not equal the specified value.   
Type: Array of strings  
Required: No

 ** NotStartsWith **   <a name="cwoa-Type-AdvancedFieldSelector-NotStartsWith"></a>
 Matches if the field value does not start with the specified value.   
Type: Array of strings  
Required: No

 ** StartsWith **   <a name="cwoa-Type-AdvancedFieldSelector-StartsWith"></a>
 Matches if the field value starts with the specified value.   
Type: Array of strings  
Required: No

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

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