Show / Hide Table of Contents

Class CfnListenerRuleProps

Properties for defining a AWS::ElasticLoadBalancingV2::ListenerRule.

Inheritance
System.Object
CfnListenerRuleProps
Implements
ICfnListenerRuleProps
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

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

Synopsis

Constructors

CfnListenerRuleProps()

Properties

Actions

AWS::ElasticLoadBalancingV2::ListenerRule.Actions.

Conditions

AWS::ElasticLoadBalancingV2::ListenerRule.Conditions.

ListenerArn

AWS::ElasticLoadBalancingV2::ListenerRule.ListenerArn.

Priority

AWS::ElasticLoadBalancingV2::ListenerRule.Priority.

Constructors

CfnListenerRuleProps()

public CfnListenerRuleProps()

Properties

Actions

AWS::ElasticLoadBalancingV2::ListenerRule.Actions.

public object Actions { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-actions

Conditions

AWS::ElasticLoadBalancingV2::ListenerRule.Conditions.

public object Conditions { get; set; }
Property Value

System.Object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-conditions

ListenerArn

AWS::ElasticLoadBalancingV2::ListenerRule.ListenerArn.

public string ListenerArn { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-listenerarn

Priority

AWS::ElasticLoadBalancingV2::ListenerRule.Priority.

public double Priority { get; set; }
Property Value

System.Double

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenerrule.html#cfn-elasticloadbalancingv2-listenerrule-priority

Implements

ICfnListenerRuleProps
Back to top Generated by DocFX