Class CfnListenerRule.RuleConditionProperty
Inheritance
Implements
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
Synopsis
Constructors
RuleConditionProperty() |
Properties
Field |
|
HostHeaderConfig |
|
HttpHeaderConfig |
|
HttpRequestMethodConfig |
|
PathPatternConfig |
|
QueryStringConfig |
|
SourceIpConfig |
|
Values |
|
Constructors
RuleConditionProperty()
public RuleConditionProperty()
Properties
Field
CfnListenerRule.RuleConditionProperty.Field
.
public string Field { get; set; }
Property Value
System.String
Remarks
HostHeaderConfig
CfnListenerRule.RuleConditionProperty.HostHeaderConfig
.
public object HostHeaderConfig { get; set; }
Property Value
System.Object
Remarks
HttpHeaderConfig
CfnListenerRule.RuleConditionProperty.HttpHeaderConfig
.
public object HttpHeaderConfig { get; set; }
Property Value
System.Object
Remarks
HttpRequestMethodConfig
CfnListenerRule.RuleConditionProperty.HttpRequestMethodConfig
.
public object HttpRequestMethodConfig { get; set; }
Property Value
System.Object
Remarks
PathPatternConfig
CfnListenerRule.RuleConditionProperty.PathPatternConfig
.
public object PathPatternConfig { get; set; }
Property Value
System.Object
Remarks
QueryStringConfig
CfnListenerRule.RuleConditionProperty.QueryStringConfig
.
public object QueryStringConfig { get; set; }
Property Value
System.Object
Remarks
SourceIpConfig
CfnListenerRule.RuleConditionProperty.SourceIpConfig
.
public object SourceIpConfig { get; set; }
Property Value
System.Object
Remarks
Values
CfnListenerRule.RuleConditionProperty.Values
.
public string[] Values { get; set; }
Property Value
System.String[]