@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.054Z") @Stability(value=Stable) public interface ApplicationListenerLookupOptions extends software.amazon.jsii.JsiiSerializable, BaseListenerLookupOptions
Example:
IApplicationListener listener = ApplicationListener.fromLookup(this, "ALBListener", ApplicationListenerLookupOptions.builder()
.loadBalancerArn("arn:aws:elasticloadbalancing:us-east-2:123456789012:loadbalancer/app/my-load-balancer/1234567890123456")
.listenerProtocol(ApplicationProtocol.HTTPS)
.listenerPort(443)
.build());
| Modifier and Type | Interface and Description |
|---|---|
static class |
ApplicationListenerLookupOptions.Builder
A builder for
ApplicationListenerLookupOptions |
static class |
ApplicationListenerLookupOptions.Jsii$Proxy
An implementation for
ApplicationListenerLookupOptions |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationListenerLookupOptions.Builder |
builder() |
default String |
getListenerArn()
ARN of the listener to look up.
|
default ApplicationProtocol |
getListenerProtocol()
Filter listeners by listener protocol.
|
getListenerPort, getLoadBalancerArn, getLoadBalancerTags@Stability(value=Stable) @Nullable default String getListenerArn()
Default: - does not filter by listener arn
@Stability(value=Stable) @Nullable default ApplicationProtocol getListenerProtocol()
Default: - does not filter by listener protocol
@Stability(value=Stable) static ApplicationListenerLookupOptions.Builder builder()
builder in interface BaseListenerLookupOptionsApplicationListenerLookupOptions.Builder of ApplicationListenerLookupOptionsCopyright © 2022. All rights reserved.