interface QueryParameterMatchConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.QueryParameterMatchConfig |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#QueryParameterMatchConfig |
![]() | software.amazon.awscdk.services.appmesh.QueryParameterMatchConfig |
![]() | aws_cdk.aws_appmesh.QueryParameterMatchConfig |
![]() | aws-cdk-lib » aws_appmesh » QueryParameterMatchConfig |
Obtainable from
Query
.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
Name | Type | Description |
---|---|---|
query | Query | Route CFN configuration for route query parameter match. |
queryParameterMatch
Type:
Query
Route CFN configuration for route query parameter match.