Interface IListenerReference
A reference to a Listener resource.
Namespace: Amazon.CDK.Interfaces.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IListenerReference
Syntax (vb)
Public Interface 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.Interfaces.VpcLattice;
var listenerReference = new ListenerReference {
ListenerArn = "listenerArn"
};
Synopsis
Properties
| ListenerArn | The Arn of the Listener resource. |
Properties
ListenerArn
The Arn of the Listener resource.
string ListenerArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated