interface QueryParameterMatchConfig
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppMesh.QueryParameterMatchConfig |
Java | software.amazon.awscdk.services.appmesh.QueryParameterMatchConfig |
Python | aws_cdk.aws_appmesh.QueryParameterMatchConfig |
TypeScript (source) | @aws-cdk/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 * as appmesh from '@aws-cdk/aws-appmesh';
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.