Interface CfnListenerRule.IQueryStringKeyValueProperty
Information about a key/value pair.
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface IQueryStringKeyValueProperty
Syntax (vb)
Public Interface 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
Properties
Key | The key. |
Value | The value. |
Properties
Key
The key.
virtual string Key { get; }
Property Value
System.String
Remarks
Value
The value.
virtual string Value { get; }
Property Value
System.String