@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:25.709Z") @Stability(value=Experimental) public interface HttpGatewayListenerOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpGatewayListenerOptions.Builder
A builder for
HttpGatewayListenerOptions |
static class |
HttpGatewayListenerOptions.Jsii$Proxy
An implementation for
HttpGatewayListenerOptions |
| Modifier and Type | Method and Description |
|---|---|
static HttpGatewayListenerOptions.Builder |
builder() |
default HealthCheck |
getHealthCheck()
(experimental) The health check information for the listener.
|
default Number |
getPort()
(experimental) Port to listen for connections on.
|
default TlsCertificate |
getTlsCertificate()
(experimental) Represents the configuration for enabling TLS on a listener.
|
@Stability(value=Experimental) @Nullable default HealthCheck getHealthCheck()
Default: - no healthcheck
@Stability(value=Experimental) @Nullable default Number getPort()
Default: - 8080
@Stability(value=Experimental) @Nullable default TlsCertificate getTlsCertificate()
Default: - none
@Stability(value=Experimental) static HttpGatewayListenerOptions.Builder builder()
HttpGatewayListenerOptions.Builder of HttpGatewayListenerOptionsCopyright © 2021. All rights reserved.