Show / Hide Table of Contents

Class CfnRoutePropsMixin.HttpQueryParameterMatchProperty

An object representing the query parameter to match.

Inheritance
object
CfnRoutePropsMixin.HttpQueryParameterMatchProperty
Implements
CfnRoutePropsMixin.IHttpQueryParameterMatchProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.CfnPropertyMixins.AWS.AppMesh;

             var httpQueryParameterMatchProperty = new HttpQueryParameterMatchProperty {
                 Exact = "exact"
             };

Properties

Exact

The exact query parameter to match on.

public string? Exact { get; set; }
Property Value

string

Remarks

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

Implements

CfnRoutePropsMixin.IHttpQueryParameterMatchProperty
Back to top Generated by DocFX