aws-cdk-lib.aws_appmesh.QueryParameterMatchConfig

interface QueryParameterMatchConfig

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.QueryParameterMatchConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#QueryParameterMatchConfig
Javasoftware.amazon.awscdk.services.appmesh.QueryParameterMatchConfig
Pythonaws_cdk.aws_appmesh.QueryParameterMatchConfig
TypeScript (source)aws-cdk-lib » aws_appmesh » QueryParameterMatchConfig

Obtainable from QueryParameterMatch.bind()

Configuration for QueryParameterMatch.

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 queryParameterMatchConfig: appmesh.QueryParameterMatchConfig = {
  queryParameterMatch: {
    name: 'name',

    // the properties below are optional
    match: {
      exact: 'exact',
    },
  },
};

Properties

NameTypeDescription
queryParameterMatchQueryParameterPropertyRoute CFN configuration for route query parameter match.

queryParameterMatch

Type: QueryParameterProperty

Route CFN configuration for route query parameter match.