@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.126Z") @Stability(value=Stable) 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()
Protocol of the listener port.
|
getListenerPort, getLoadBalancerArn, getLoadBalancerTags@Stability(value=Stable) @Nullable default Protocol getListenerProtocol()
Default: - listener is not filtered by protocol
@Stability(value=Stable) static NetworkListenerLookupOptions.Builder builder()
builder in interface BaseListenerLookupOptionsNetworkListenerLookupOptions.Builder of NetworkListenerLookupOptionsCopyright © 2022. All rights reserved.