Show / Hide Table of Contents

Interface CfnRoute.IHttpQueryParameterMatchProperty

An object representing the query parameter to match.

Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRoute.IHttpQueryParameterMatchProperty
Syntax (vb)
Public Interface CfnRoute.IHttpQueryParameterMatchProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpqueryparametermatch.html

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.

string? Exact { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-route-httpqueryparametermatch.html#cfn-appmesh-route-httpqueryparametermatch-exact

Back to top Generated by DocFX