@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:18.638Z") @Stability(value=Experimental) public interface ApplicationListenerAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ApplicationListenerAttributes.Builder
A builder for
ApplicationListenerAttributes |
static class |
ApplicationListenerAttributes.Jsii$Proxy
An implementation for
ApplicationListenerAttributes |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationListenerAttributes.Builder |
builder() |
default Number |
getDefaultPort()
(experimental) The default port on which this listener is listening.
|
String |
getListenerArn()
(experimental) ARN of the listener.
|
default ISecurityGroup |
getSecurityGroup()
(experimental) Security group of the load balancer this listener is associated with.
|
@Stability(value=Experimental) @NotNull String getListenerArn()
@Stability(value=Experimental) @Nullable default Number getDefaultPort()
@Stability(value=Experimental) @Nullable default ISecurityGroup getSecurityGroup()
@Stability(value=Experimental) static ApplicationListenerAttributes.Builder builder()
Copyright © 2021. All rights reserved.