@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:10.412Z") @Stability(value=Experimental) public interface GrpcGatewayListenerOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
GrpcGatewayListenerOptions.Builder
A builder for
GrpcGatewayListenerOptions |
static class |
GrpcGatewayListenerOptions.Jsii$Proxy
An implementation for
GrpcGatewayListenerOptions |
| Modifier and Type | Method and Description |
|---|---|
static GrpcGatewayListenerOptions.Builder |
builder() |
default GrpcConnectionPool |
getConnectionPool()
(experimental) Connection pool for http listeners.
|
default HealthCheck |
getHealthCheck()
(experimental) The health check information for the listener.
|
default Number |
getPort()
(experimental) Port to listen for connections on.
|
default ListenerTlsOptions |
getTls()
(experimental) Represents the configuration for enabling TLS on a listener.
|
@Stability(value=Experimental) @Nullable default GrpcConnectionPool getConnectionPool()
Default: - None
@Stability(value=Experimental) @Nullable default HealthCheck getHealthCheck()
Default: - no healthcheck
@Stability(value=Experimental) @Nullable default Number getPort()
Default: - 8080
@Stability(value=Experimental) @Nullable default ListenerTlsOptions getTls()
Default: - none
@Stability(value=Experimental) static GrpcGatewayListenerOptions.Builder builder()
GrpcGatewayListenerOptions.Builder of GrpcGatewayListenerOptionsCopyright © 2021. All rights reserved.