@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-31T18:36:57.509Z") public interface ApplicationListenerLookupOptions extends 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 java.lang.String |
getListenerArn()
ARN of the listener to look up.
|
default ApplicationProtocol |
getListenerProtocol()
Filter listeners by listener protocol.
|
getListenerPort, getLoadBalancerArn, getLoadBalancerTags
default java.lang.String getListenerArn()
Default: - does not filter by listener arn
default ApplicationProtocol getListenerProtocol()
Default: - does not filter by listener protocol
static ApplicationListenerLookupOptions.Builder builder()
builder
in interface BaseListenerLookupOptions
ApplicationListenerLookupOptions.Builder
of ApplicationListenerLookupOptions