@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.064Z") @Stability(value=Stable) public interface BaseListenerLookupOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticloadbalancingv2.*;
BaseListenerLookupOptions baseListenerLookupOptions = BaseListenerLookupOptions.builder()
.listenerPort(123)
.loadBalancerArn("loadBalancerArn")
.loadBalancerTags(Map.of(
"loadBalancerTagsKey", "loadBalancerTags"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BaseListenerLookupOptions.Builder
A builder for
BaseListenerLookupOptions |
static class |
BaseListenerLookupOptions.Jsii$Proxy
An implementation for
BaseListenerLookupOptions |
| Modifier and Type | Method and Description |
|---|---|
static BaseListenerLookupOptions.Builder |
builder() |
default Number |
getListenerPort()
Filter listeners by listener port.
|
default String |
getLoadBalancerArn()
Filter listeners by associated load balancer arn.
|
default Map<String,String> |
getLoadBalancerTags()
Filter listeners by associated load balancer tags.
|
@Stability(value=Stable) @Nullable default Number getListenerPort()
Default: - does not filter by listener port
@Stability(value=Stable) @Nullable default String getLoadBalancerArn()
Default: - does not filter by load balancer arn
@Stability(value=Stable) @Nullable default Map<String,String> getLoadBalancerTags()
Default: - does not filter by load balancer tags
@Stability(value=Stable) static BaseListenerLookupOptions.Builder builder()
BaseListenerLookupOptions.Builder of BaseListenerLookupOptionsCopyright © 2022. All rights reserved.