@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:10.415Z") @Stability(value=Experimental) public interface Http2GatewayListenerOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Http2GatewayListenerOptions.Builder
A builder for
Http2GatewayListenerOptions |
static class |
Http2GatewayListenerOptions.Jsii$Proxy
An implementation for
Http2GatewayListenerOptions |
| Modifier and Type | Method and Description |
|---|---|
static Http2GatewayListenerOptions.Builder |
builder() |
default Http2ConnectionPool |
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 Http2ConnectionPool 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 Http2GatewayListenerOptions.Builder builder()
Copyright © 2021. All rights reserved.