Interface ListenerReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ListenerReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:40:06.802Z")
@Stability(Stable)
public interface ListenerReference
extends software.amazon.jsii.JsiiSerializable
A reference to a Listener resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.globalaccelerator.*;
ListenerReference listenerReference = ListenerReference.builder()
.listenerArn("listenerArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forListenerReferencestatic final classAn implementation forListenerReference -
Method Summary
Modifier and TypeMethodDescriptionstatic ListenerReference.Builderbuilder()The ListenerArn of the Listener resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getListenerArn
The ListenerArn of the Listener resource. -
builder
- Returns:
- a
ListenerReference.BuilderofListenerReference
-