@Stability(value=Experimental) @Internal public static final class ApplicationListenerAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApplicationListenerAttributes
ApplicationListenerAttributessoftware.amazon.jsii.JsiiObject.InitializationModeApplicationListenerAttributes.Builder, ApplicationListenerAttributes.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(ApplicationListenerAttributes.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ApplicationListenerAttributes.Builder. |
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(Object o) |
Number |
getDefaultPort()
(experimental) The default port on which this listener is listening.
|
String |
getListenerArn()
(experimental) ARN of the listener.
|
ISecurityGroup |
getSecurityGroup()
(experimental) Security group of the load balancer this listener is associated with.
|
Boolean |
getSecurityGroupAllowsAllOutbound()
(deprecated) Whether the imported security group allows all outbound traffic or not when imported using `securityGroupId`.
|
String |
getSecurityGroupId()
(deprecated) Security group ID of the load balancer this listener is associated with.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ApplicationListenerAttributes.Builder builder)
ApplicationListenerAttributes.Builder.public final String getListenerArn()
ApplicationListenerAttributesgetListenerArn in interface ApplicationListenerAttributespublic final Number getDefaultPort()
ApplicationListenerAttributesgetDefaultPort in interface ApplicationListenerAttributespublic final ISecurityGroup getSecurityGroup()
ApplicationListenerAttributesgetSecurityGroup in interface ApplicationListenerAttributespublic final Boolean getSecurityGroupAllowsAllOutbound()
ApplicationListenerAttributes
Unless set to false, no egress rules will be added to the security group.
Default: true
getSecurityGroupAllowsAllOutbound in interface ApplicationListenerAttributespublic final String getSecurityGroupId()
ApplicationListenerAttributesgetSecurityGroupId in interface ApplicationListenerAttributes@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.