Interface CfnGatewayRoute.IHttpQueryParameterMatchProperty
An object representing the query parameter to match.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IHttpQueryParameterMatchProperty
Syntax (vb)
Public Interface IHttpQueryParameterMatchProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var httpQueryParameterMatchProperty = new HttpQueryParameterMatchProperty {
Exact = "exact"
};
Synopsis
Properties
Exact | The exact query parameter to match on. |
Properties
Exact
The exact query parameter to match on.
virtual string Exact { get; }
Property Value
System.String