Class CfnVirtualGateway.VirtualGatewayListenerProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayListenerProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnVirtualGateway.VirtualGatewayListenerProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVirtualGateway.VirtualGatewayListenerProperty
@Stability(Stable)
@Internal
public static final class CfnVirtualGateway.VirtualGatewayListenerProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVirtualGateway.VirtualGatewayListenerProperty
An implementation for
CfnVirtualGateway.VirtualGatewayListenerProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayListenerProperty
CfnVirtualGateway.VirtualGatewayListenerProperty.Builder, CfnVirtualGateway.VirtualGatewayListenerProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayListenerProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The connection pool information for the listener.final Object
The health check information for the listener.final Object
The port mapping information for the listener.final Object
getTls()
A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnVirtualGateway.VirtualGatewayListenerProperty.Builder
.
-
-
Method Details
-
getPortMapping
Description copied from interface:CfnVirtualGateway.VirtualGatewayListenerProperty
The port mapping information for the listener.- Specified by:
getPortMapping
in interfaceCfnVirtualGateway.VirtualGatewayListenerProperty
- See Also:
-
getConnectionPool
Description copied from interface:CfnVirtualGateway.VirtualGatewayListenerProperty
The connection pool information for the listener.- Specified by:
getConnectionPool
in interfaceCfnVirtualGateway.VirtualGatewayListenerProperty
- See Also:
-
getHealthCheck
Description copied from interface:CfnVirtualGateway.VirtualGatewayListenerProperty
The health check information for the listener.- Specified by:
getHealthCheck
in interfaceCfnVirtualGateway.VirtualGatewayListenerProperty
- See Also:
-
getTls
Description copied from interface:CfnVirtualGateway.VirtualGatewayListenerProperty
A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.- Specified by:
getTls
in interfaceCfnVirtualGateway.VirtualGatewayListenerProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-