interface QueryParameterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.CfnGatewayRoute.QueryParameterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnGatewayRoute_QueryParameterProperty |
![]() | software.amazon.awscdk.services.appmesh.CfnGatewayRoute.QueryParameterProperty |
![]() | aws_cdk.aws_appmesh.CfnGatewayRoute.QueryParameterProperty |
![]() | aws-cdk-lib » aws_appmesh » CfnGatewayRoute » QueryParameterProperty |
An object that represents the query parameter in the request.
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 queryParameterProperty: appmesh.CfnGatewayRoute.QueryParameterProperty = {
name: 'name',
// the properties below are optional
match: {
exact: 'exact',
},
};
Properties
Name | Type | Description |
---|---|---|
name | string | A name for the query parameter that will be matched on. |
match? | IResolvable | Http | The query parameter to match on. |
name
Type:
string
A name for the query parameter that will be matched on.
match?
Type:
IResolvable
|
Http
(optional)
The query parameter to match on.