Show / Hide Table of Contents

Class CfnListenerRule.QueryStringConfigProperty

Inheritance
System.Object
CfnListenerRule.QueryStringConfigProperty
Implements
CfnListenerRule.IQueryStringConfigProperty
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class QueryStringConfigProperty : Object, CfnListenerRule.IQueryStringConfigProperty
Syntax (vb)
Public Class QueryStringConfigProperty
    Inherits Object
    Implements CfnListenerRule.IQueryStringConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-querystringconfig.html

Synopsis

Constructors

QueryStringConfigProperty()

Properties

Values

CfnListenerRule.QueryStringConfigProperty.Values.

Constructors

QueryStringConfigProperty()

public QueryStringConfigProperty()

Properties

Values

CfnListenerRule.QueryStringConfigProperty.Values.

public object Values { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-querystringconfig.html#cfn-elasticloadbalancingv2-listenerrule-querystringconfig-values

Implements

CfnListenerRule.IQueryStringConfigProperty
Back to top Generated by DocFX