Show / Hide Table of Contents

Class ListenerRuleReference

A reference to a ListenerRule resource.

Inheritance
object
ListenerRuleReference
Implements
IListenerRuleReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ListenerRuleReference : IListenerRuleReference
Syntax (vb)
Public Class ListenerRuleReference Implements IListenerRuleReference
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.ElasticLoadBalancingV2;

            var listenerRuleReference = new ListenerRuleReference {
                RuleArn = "ruleArn"
            };

Synopsis

Constructors

ListenerRuleReference()

A reference to a ListenerRule resource.

Properties

RuleArn

The RuleArn of the ListenerRule resource.

Constructors

ListenerRuleReference()

A reference to a ListenerRule resource.

public ListenerRuleReference()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.Interfaces.ElasticLoadBalancingV2;

            var listenerRuleReference = new ListenerRuleReference {
                RuleArn = "ruleArn"
            };

Properties

RuleArn

The RuleArn of the ListenerRule resource.

public string RuleArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IListenerRuleReference
Back to top Generated by DocFX