@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:08.737Z") @Stability(value=Experimental) public interface NetworkListenerLookupOptions extends software.amazon.jsii.JsiiSerializable, BaseListenerLookupOptions
Example:
INetworkListener listener = NetworkListener.fromLookup(this, "ALBListener", NetworkListenerLookupOptions.builder()
.loadBalancerTags(Map.of(
"Cluster", "MyClusterName"))
.listenerProtocol(Protocol.TCP)
.listenerPort(12345)
.build());
| Modifier and Type | Interface and Description |
|---|---|
static class |
NetworkListenerLookupOptions.Builder
A builder for
NetworkListenerLookupOptions |
static class |
NetworkListenerLookupOptions.Jsii$Proxy
An implementation for
NetworkListenerLookupOptions |
| Modifier and Type | Method and Description |
|---|---|
static NetworkListenerLookupOptions.Builder |
builder() |
default Protocol |
getListenerProtocol()
(experimental) Protocol of the listener port.
|
getListenerPort, getLoadBalancerArn, getLoadBalancerTags@Stability(value=Experimental) @Nullable default Protocol getListenerProtocol()
Default: - listener is not filtered by protocol
@Stability(value=Experimental) static NetworkListenerLookupOptions.Builder builder()
builder in interface BaseListenerLookupOptionsNetworkListenerLookupOptions.Builder of NetworkListenerLookupOptionsCopyright © 2022. All rights reserved.