Show / Hide Table of Contents

Interface IQueryStringCondition

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

Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface IQueryStringCondition
Syntax (vb)
Public Interface IQueryStringCondition

Synopsis

Properties

Key

The query string key for the condition.

Value

The query string value for the condition.

Properties

Key

The query string key for the condition.

virtual string Key { get; }
Property Value

System.String

Remarks

Default: - Any key can be matched.

Value

The query string value for the condition.

string Value { get; }
Property Value

System.String

Back to top Generated by DocFX