aws-cdk-lib.aws_appmesh.CfnGatewayRoute.HttpQueryParameterMatchProperty

interface HttpQueryParameterMatchProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnGatewayRoute.HttpQueryParameterMatchProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnGatewayRoute_HttpQueryParameterMatchProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute.HttpQueryParameterMatchProperty
Pythonaws_cdk.aws_appmesh.CfnGatewayRoute.HttpQueryParameterMatchProperty
TypeScript aws-cdk-lib » aws_appmesh » CfnGatewayRoute » 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.CfnGatewayRoute.HttpQueryParameterMatchProperty = {
  exact: 'exact',
};

Properties

NameTypeDescription
exact?stringThe exact query parameter to match on.

exact?

Type: string (optional)

The exact query parameter to match on.