@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:49.320Z") @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.
|
default Boolean |
getSecurityGroupAllowsAllOutbound()
Deprecated.
use `securityGroup` instead
|
default String |
getSecurityGroupId()
Deprecated.
use `securityGroup` instead
|
@Stability(value=Experimental) @NotNull String getListenerArn()
@Stability(value=Experimental) @Nullable default Number getDefaultPort()
@Stability(value=Experimental) @Nullable default ISecurityGroup getSecurityGroup()
@Stability(value=Deprecated) @Deprecated @Nullable default Boolean getSecurityGroupAllowsAllOutbound()
Unless set to false, no egress rules will be added to the security group.
Default: true
@Stability(value=Deprecated) @Deprecated @Nullable default String getSecurityGroupId()
@Stability(value=Experimental) static ApplicationListenerAttributes.Builder builder()
Copyright © 2021. All rights reserved.