interface HttpQueryParameterMatchProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.AppMesh.CfnRoute.HttpQueryParameterMatchProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnRoute_HttpQueryParameterMatchProperty | 
|  Java | software.amazon.awscdk.services.appmesh.CfnRoute.HttpQueryParameterMatchProperty | 
|  Python | aws_cdk.aws_appmesh.CfnRoute.HttpQueryParameterMatchProperty | 
|  TypeScript | aws-cdk-lib»aws_appmesh»CfnRoute»HttpQueryParameterMatchProperty | 
An object representing the query parameter to match.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appmesh as appmesh } from 'aws-cdk-lib';
const httpQueryParameterMatchProperty: appmesh.CfnRoute.HttpQueryParameterMatchProperty = {
  exact: 'exact',
};
Properties
| Name | Type | Description | 
|---|---|---|
| exact? | string | The exact query parameter to match on. | 
exact?
Type:
string
(optional)
The exact query parameter to match on.
