Show / Hide Table of Contents

Class QueryStringCondition

Properties for the key/value pair of the query string.

Inheritance
System.Object
QueryStringCondition
Implements
IQueryStringCondition
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class QueryStringCondition : Object, IQueryStringCondition
Syntax (vb)
Public Class QueryStringCondition
    Inherits Object
    Implements IQueryStringCondition

Synopsis

Constructors

QueryStringCondition()

Properties

Key

The query string key for the condition.

Value

The query string value for the condition.

Constructors

QueryStringCondition()

public QueryStringCondition()

Properties

Key

The query string key for the condition.

public string Key { get; set; }
Property Value

System.String

Remarks

Default: - Any key can be matched.

Value

The query string value for the condition.

public string Value { get; set; }
Property Value

System.String

Implements

IQueryStringCondition
Back to top Generated by DocFX