interface HttpQueryParameterMatchProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.CfnRoute.HttpQueryParameterMatchProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnRoute_HttpQueryParameterMatchProperty |
![]() | software.amazon.awscdk.services.appmesh.CfnRoute.HttpQueryParameterMatchProperty |
![]() | aws_cdk.aws_appmesh.CfnRoute.HttpQueryParameterMatchProperty |
![]() | 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.