Class CfnListenerRule.QueryStringKeyValueProperty
Information about a key/value pair.
Inheritance
System.Object
CfnListenerRule.QueryStringKeyValueProperty
Implements
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class QueryStringKeyValueProperty : Object, CfnListenerRule.IQueryStringKeyValueProperty
Syntax (vb)
Public Class QueryStringKeyValueProperty
Inherits Object
Implements CfnListenerRule.IQueryStringKeyValueProperty
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.AWS.ElasticLoadBalancingV2;
var queryStringKeyValueProperty = new QueryStringKeyValueProperty {
Key = "key",
Value = "value"
};
Synopsis
Constructors
QueryStringKeyValueProperty() |
Properties
Key | The key. |
Value | The value. |
Constructors
QueryStringKeyValueProperty()
public QueryStringKeyValueProperty()
Properties
Key
The key.
public string Key { get; set; }
Property Value
System.String
Remarks
Value
The value.
public string Value { get; set; }
Property Value
System.String