

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::AppMesh::Route QueryParameter
<a name="aws-properties-appmesh-route-queryparameter"></a>

An object that represents the query parameter in the request.

## Syntax
<a name="aws-properties-appmesh-route-queryparameter-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-appmesh-route-queryparameter-syntax.json"></a>

```
{
  "[Match](#cfn-appmesh-route-queryparameter-match)" : HttpQueryParameterMatch,
  "[Name](#cfn-appmesh-route-queryparameter-name)" : String
}
```

### YAML
<a name="aws-properties-appmesh-route-queryparameter-syntax.yaml"></a>

```
  [Match](#cfn-appmesh-route-queryparameter-match): 
    HttpQueryParameterMatch
  [Name](#cfn-appmesh-route-queryparameter-name): String
```

## Properties
<a name="aws-properties-appmesh-route-queryparameter-properties"></a>

`Match`  <a name="cfn-appmesh-route-queryparameter-match"></a>
The query parameter to match on.  
*Required*: No  
*Type*: [HttpQueryParameterMatch](aws-properties-appmesh-route-httpqueryparametermatch.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Name`  <a name="cfn-appmesh-route-queryparameter-name"></a>
A name for the query parameter that will be matched on.  
*Required*: Yes  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)