Show / Hide Table of Contents

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-querystringkeyvalue.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.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

You can omit the key.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-querystringkeyvalue.html#cfn-elasticloadbalancingv2-listenerrule-querystringkeyvalue-key

Value

The value.

virtual string Value { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-querystringkeyvalue.html#cfn-elasticloadbalancingv2-listenerrule-querystringkeyvalue-value

Back to top Generated by DocFX