Interface ICfnListenerRuleProps
Properties for defining a AWS::ElasticLoadBalancingV2::ListenerRule
.
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface ICfnListenerRuleProps
Syntax (vb)
Public Interface ICfnListenerRuleProps
Remarks
Synopsis
Properties
Actions |
|
Conditions |
|
ListenerArn |
|
Priority |
|
Properties
Actions
AWS::ElasticLoadBalancingV2::ListenerRule.Actions
.
object Actions { get; }
Property Value
System.Object
Remarks
Conditions
AWS::ElasticLoadBalancingV2::ListenerRule.Conditions
.
object Conditions { get; }
Property Value
System.Object
Remarks
ListenerArn
AWS::ElasticLoadBalancingV2::ListenerRule.ListenerArn
.
string ListenerArn { get; }
Property Value
System.String
Remarks
Priority
AWS::ElasticLoadBalancingV2::ListenerRule.Priority
.
double Priority { get; }
Property Value
System.Double