Class CfnListenerRuleProps
Properties for defining a AWS::ElasticLoadBalancingV2::ListenerRule
.
Inheritance
System.Object
CfnListenerRuleProps
Implements
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class CfnListenerRuleProps : Object, ICfnListenerRuleProps
Syntax (vb)
Public Class CfnListenerRuleProps
Inherits Object
Implements ICfnListenerRuleProps
Remarks
Synopsis
Constructors
CfnListenerRuleProps() |
Properties
Actions |
|
Conditions |
|
ListenerArn |
|
Priority |
|
Constructors
CfnListenerRuleProps()
public CfnListenerRuleProps()
Properties
Actions
AWS::ElasticLoadBalancingV2::ListenerRule.Actions
.
public object Actions { get; set; }
Property Value
System.Object
Remarks
Conditions
AWS::ElasticLoadBalancingV2::ListenerRule.Conditions
.
public object Conditions { get; set; }
Property Value
System.Object
Remarks
ListenerArn
AWS::ElasticLoadBalancingV2::ListenerRule.ListenerArn
.
public string ListenerArn { get; set; }
Property Value
System.String
Remarks
Priority
AWS::ElasticLoadBalancingV2::ListenerRule.Priority
.
public double Priority { get; set; }
Property Value
System.Double