public static final class ApplicationListenerAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApplicationListenerAttributes
ApplicationListenerAttributes
ApplicationListenerAttributes.Builder, ApplicationListenerAttributes.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getDefaultPort()
The default port on which this listener is listening.
|
java.lang.String |
getListenerArn()
ARN of the listener.
|
ISecurityGroup |
getSecurityGroup()
Security group of the load balancer this listener is associated with.
|
java.lang.Boolean |
getSecurityGroupAllowsAllOutbound()
(deprecated) Whether the imported security group allows all outbound traffic or not when imported using `securityGroupId`.
|
java.lang.String |
getSecurityGroupId()
(deprecated) Security group ID of the load balancer this listener is associated with.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getListenerArn()
ApplicationListenerAttributes
getListenerArn
in interface ApplicationListenerAttributes
public final java.lang.Number getDefaultPort()
ApplicationListenerAttributes
getDefaultPort
in interface ApplicationListenerAttributes
public final ISecurityGroup getSecurityGroup()
ApplicationListenerAttributes
getSecurityGroup
in interface ApplicationListenerAttributes
public final java.lang.Boolean getSecurityGroupAllowsAllOutbound()
ApplicationListenerAttributes
Unless set to false
, no egress rules will be added to the security group.
Default: true
getSecurityGroupAllowsAllOutbound
in interface ApplicationListenerAttributes
public final java.lang.String getSecurityGroupId()
ApplicationListenerAttributes
getSecurityGroupId
in interface ApplicationListenerAttributes
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()