interface HttpQueryParameterMatchProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppMesh.Mixins.CfnGatewayRoutePropsMixin.HttpQueryParameterMatchProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappmesh/mixins#CfnGatewayRoutePropsMixin_HttpQueryParameterMatchProperty |
Java | software.amazon.awscdk.mixins.preview.services.appmesh.mixins.CfnGatewayRoutePropsMixin.HttpQueryParameterMatchProperty |
Python | aws_cdk.mixins_preview.aws_appmesh.mixins.CfnGatewayRoutePropsMixin.HttpQueryParameterMatchProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appmesh » mixins » CfnGatewayRoutePropsMixin » 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 { mixins as appmesh_mixins } from '@aws-cdk/mixins-preview/aws-appmesh';
const httpQueryParameterMatchProperty: appmesh_mixins.CfnGatewayRoutePropsMixin.HttpQueryParameterMatchProperty = {
exact: 'exact',
};
Properties
| Name | Type | Description |
|---|---|---|
| exact? | string | The exact query parameter to match on. |
exact?
Type:
string
(optional)
The exact query parameter to match on.

.NET
Go
Java
Python
TypeScript