Class CfnGatewayRoute.HttpPathMatchProperty
An object representing the path to match in the request.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class HttpPathMatchProperty : Object, CfnGatewayRoute.IHttpPathMatchProperty
Syntax (vb)
Public Class HttpPathMatchProperty
Inherits Object
Implements CfnGatewayRoute.IHttpPathMatchProperty
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 httpPathMatchProperty = new HttpPathMatchProperty {
Exact = "exact",
Regex = "regex"
};
Synopsis
Constructors
Http |
Properties
Exact | The exact path to match on. |
Regex | The regex used to match the path. |
Constructors
HttpPathMatchProperty()
public HttpPathMatchProperty()
Properties
Exact
The exact path to match on.
public string Exact { get; set; }
Property Value
System.
Remarks
Regex
The regex used to match the path.
public string Regex { get; set; }
Property Value
System.