Show / Hide Table of Contents

Class ListenerReference

A reference to a Listener resource.

Inheritance
object
ListenerReference
Implements
IListenerReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ListenerReference : IListenerReference
Syntax (vb)
Public Class ListenerReference Implements IListenerReference
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.AWS.ElasticLoadBalancingV2;

            var listenerReference = new ListenerReference {
                ListenerArn = "listenerArn"
            };

Synopsis

Constructors

ListenerReference()

A reference to a Listener resource.

Properties

ListenerArn

The ListenerArn of the Listener resource.

Constructors

ListenerReference()

A reference to a Listener resource.

public ListenerReference()
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.AWS.ElasticLoadBalancingV2;

            var listenerReference = new ListenerReference {
                ListenerArn = "listenerArn"
            };

Properties

ListenerArn

The ListenerArn of the Listener resource.

public string ListenerArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IListenerReference
Back to top Generated by DocFX