

# GrpcRouteMetadataMatchMethod
<a name="API_GrpcRouteMetadataMatchMethod"></a>

An object that represents the match method. Specify one of the match values.

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

**Important**  
This data type is a UNION, so only one of the following members can be specified when used or returned.

 ** exact **   <a name="appmesh-Type-GrpcRouteMetadataMatchMethod-exact"></a>
The value sent by the client must match the specified value exactly.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Required: No

 ** prefix **   <a name="appmesh-Type-GrpcRouteMetadataMatchMethod-prefix"></a>
The value sent by the client must begin with the specified characters.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Required: No

 ** range **   <a name="appmesh-Type-GrpcRouteMetadataMatchMethod-range"></a>
An object that represents the range of values to match on.  
Type: [MatchRange](API_MatchRange.md) object  
Required: No

 ** regex **   <a name="appmesh-Type-GrpcRouteMetadataMatchMethod-regex"></a>
The value sent by the client must include the specified characters.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Required: No

 ** suffix **   <a name="appmesh-Type-GrpcRouteMetadataMatchMethod-suffix"></a>
The value sent by the client must end with the specified characters.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Required: No

## See Also
<a name="API_GrpcRouteMetadataMatchMethod_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/appmesh-2019-01-25/GrpcRouteMetadataMatchMethod) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/appmesh-2019-01-25/GrpcRouteMetadataMatchMethod) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/appmesh-2019-01-25/GrpcRouteMetadataMatchMethod) 