Class QueryParameterMatchConfig
Configuration for QueryParameterMatch
.
Inheritance
System.Object
QueryParameterMatchConfig
Implements
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class QueryParameterMatchConfig : Object, IQueryParameterMatchConfig
Syntax (vb)
Public Class QueryParameterMatchConfig
Inherits Object
Implements IQueryParameterMatchConfig
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 queryParameterMatchConfig = new QueryParameterMatchConfig {
QueryParameterMatch = new QueryParameterProperty {
Name = "name",
// the properties below are optional
Match = new HttpQueryParameterMatchProperty {
Exact = "exact"
}
}
};
Synopsis
Constructors
QueryParameterMatchConfig() |
Properties
QueryParameterMatch | Route CFN configuration for route query parameter match. |
Constructors
QueryParameterMatchConfig()
public QueryParameterMatchConfig()
Properties
QueryParameterMatch
Route CFN configuration for route query parameter match.
public CfnRoute.IQueryParameterProperty QueryParameterMatch { get; set; }
Property Value
CfnRoute.IQueryParameterProperty