Class CfnRoutePropsMixin.HttpQueryParameterMatchProperty
An object representing the query parameter to match.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppMesh
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRoutePropsMixin.HttpQueryParameterMatchProperty : CfnRoutePropsMixin.IHttpQueryParameterMatchProperty
Syntax (vb)
Public Class CfnRoutePropsMixin.HttpQueryParameterMatchProperty Implements CfnRoutePropsMixin.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.CfnPropertyMixins.AWS.AppMesh;
var httpQueryParameterMatchProperty = new HttpQueryParameterMatchProperty {
Exact = "exact"
};
Synopsis
Constructors
| HttpQueryParameterMatchProperty() | An object representing the query parameter to match. |
Properties
| Exact | The exact query parameter to match on. |
Constructors
HttpQueryParameterMatchProperty()
An object representing the query parameter to match.
public HttpQueryParameterMatchProperty()
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.CfnPropertyMixins.AWS.AppMesh;
var httpQueryParameterMatchProperty = new HttpQueryParameterMatchProperty {
Exact = "exact"
};
Properties
Exact
The exact query parameter to match on.
public string? Exact { get; set; }