public static final class CfnVirtualNode.ListenerProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVirtualNode.ListenerProperty
CfnVirtualNode.ListenerProperty
CfnVirtualNode.ListenerProperty.Builder, CfnVirtualNode.ListenerProperty.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.Object |
getConnectionPool()
The connection pool information for the listener.
|
java.lang.Object |
getHealthCheck()
The health check information for the listener.
|
java.lang.Object |
getOutlierDetection()
The outlier detection information for the listener.
|
java.lang.Object |
getPortMapping()
The port mapping information for the listener.
|
java.lang.Object |
getTimeout()
An object that represents timeouts for different protocols.
|
java.lang.Object |
getTls()
A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.
|
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.Object getPortMapping()
CfnVirtualNode.ListenerProperty
getPortMapping
in interface CfnVirtualNode.ListenerProperty
public final java.lang.Object getConnectionPool()
CfnVirtualNode.ListenerProperty
getConnectionPool
in interface CfnVirtualNode.ListenerProperty
public final java.lang.Object getHealthCheck()
CfnVirtualNode.ListenerProperty
getHealthCheck
in interface CfnVirtualNode.ListenerProperty
public final java.lang.Object getOutlierDetection()
CfnVirtualNode.ListenerProperty
getOutlierDetection
in interface CfnVirtualNode.ListenerProperty
public final java.lang.Object getTimeout()
CfnVirtualNode.ListenerProperty
getTimeout
in interface CfnVirtualNode.ListenerProperty
public final java.lang.Object getTls()
CfnVirtualNode.ListenerProperty
getTls
in interface CfnVirtualNode.ListenerProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()