Show / Hide Table of Contents

Class CfnListenerRule.QueryStringKeyValueProperty

Information about a key/value pair.

Inheritance
System.Object
CfnListenerRule.QueryStringKeyValueProperty
Implements
CfnListenerRule.IQueryStringKeyValueProperty
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

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

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

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.

public string Value { get; set; }
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

Implements

CfnListenerRule.IQueryStringKeyValueProperty
Back to top Generated by DocFX