@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-09T19:16:41.592Z") public interface NetworkListenerLookupOptions extends 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
default Protocol getListenerProtocol()
Default: - listener is not filtered by protocol
static NetworkListenerLookupOptions.Builder builder()
builder
in interface BaseListenerLookupOptions
NetworkListenerLookupOptions.Builder
of NetworkListenerLookupOptions