Class ListenerReference
A reference to a Listener resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated