Class GrpcGatewayListenerOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.GrpcGatewayListenerOptions.Jsii$Proxy
- All Implemented Interfaces:
GrpcGatewayListenerOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GrpcGatewayListenerOptions
@Stability(Stable)
@Internal
public static final class GrpcGatewayListenerOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements GrpcGatewayListenerOptions
An implementation for
GrpcGatewayListenerOptions
-
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.GrpcGatewayListenerOptions
GrpcGatewayListenerOptions.Builder, GrpcGatewayListenerOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theGrpcGatewayListenerOptions.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 GrpcConnectionPool
Connection pool for http listeners.final HealthCheck
The health check information for the listener.final Number
getPort()
Port to listen for connections on.final ListenerTlsOptions
getTls()
Represents the configuration for enabling TLS on a 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 theGrpcGatewayListenerOptions.Builder
.
-
-
Method Details
-
getConnectionPool
Description copied from interface:GrpcGatewayListenerOptions
Connection pool for http listeners.Default: - None
- Specified by:
getConnectionPool
in interfaceGrpcGatewayListenerOptions
-
getHealthCheck
Description copied from interface:GrpcGatewayListenerOptions
The health check information for the listener.Default: - no healthcheck
- Specified by:
getHealthCheck
in interfaceGrpcGatewayListenerOptions
-
getPort
Description copied from interface:GrpcGatewayListenerOptions
Port to listen for connections on.Default: - 8080
- Specified by:
getPort
in interfaceGrpcGatewayListenerOptions
-
getTls
Description copied from interface:GrpcGatewayListenerOptions
Represents the configuration for enabling TLS on a listener.Default: - none
- Specified by:
getTls
in interfaceGrpcGatewayListenerOptions
-
$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()
-