Show / Hide Table of Contents

Class CfnListenerRule.RuleConditionProperty

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

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

Synopsis

Constructors

RuleConditionProperty()

Properties

Field

CfnListenerRule.RuleConditionProperty.Field.

HostHeaderConfig

CfnListenerRule.RuleConditionProperty.HostHeaderConfig.

HttpHeaderConfig

CfnListenerRule.RuleConditionProperty.HttpHeaderConfig.

HttpRequestMethodConfig

CfnListenerRule.RuleConditionProperty.HttpRequestMethodConfig.

PathPatternConfig

CfnListenerRule.RuleConditionProperty.PathPatternConfig.

QueryStringConfig

CfnListenerRule.RuleConditionProperty.QueryStringConfig.

SourceIpConfig

CfnListenerRule.RuleConditionProperty.SourceIpConfig.

Values

CfnListenerRule.RuleConditionProperty.Values.

Constructors

RuleConditionProperty()

public RuleConditionProperty()

Properties

Field

CfnListenerRule.RuleConditionProperty.Field.

public string Field { get; set; }
Property Value

System.String

Remarks

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

HostHeaderConfig

CfnListenerRule.RuleConditionProperty.HostHeaderConfig.

public object HostHeaderConfig { get; set; }
Property Value

System.Object

Remarks

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

HttpHeaderConfig

CfnListenerRule.RuleConditionProperty.HttpHeaderConfig.

public object HttpHeaderConfig { get; set; }
Property Value

System.Object

Remarks

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

HttpRequestMethodConfig

CfnListenerRule.RuleConditionProperty.HttpRequestMethodConfig.

public object HttpRequestMethodConfig { get; set; }
Property Value

System.Object

Remarks

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

PathPatternConfig

CfnListenerRule.RuleConditionProperty.PathPatternConfig.

public object PathPatternConfig { get; set; }
Property Value

System.Object

Remarks

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

QueryStringConfig

CfnListenerRule.RuleConditionProperty.QueryStringConfig.

public object QueryStringConfig { get; set; }
Property Value

System.Object

Remarks

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

SourceIpConfig

CfnListenerRule.RuleConditionProperty.SourceIpConfig.

public object SourceIpConfig { get; set; }
Property Value

System.Object

Remarks

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

Values

CfnListenerRule.RuleConditionProperty.Values.

public string[] Values { get; set; }
Property Value

System.String[]

Remarks

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

Implements

CfnListenerRule.IRuleConditionProperty
Back to top Generated by DocFX