| Package | Description |
|---|---|
| software.amazon.awscdk.services.appmesh |
AWS App Mesh Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default HealthCheck |
HttpGatewayListenerOptions.getHealthCheck()
(experimental) The health check information for the listener.
|
HealthCheck |
HttpGatewayListenerOptions.Jsii$Proxy.getHealthCheck() |
default HealthCheck |
HttpVirtualNodeListenerOptions.getHealthCheck()
(experimental) The health check information for the listener.
|
HealthCheck |
HttpVirtualNodeListenerOptions.Jsii$Proxy.getHealthCheck() |
default HealthCheck |
GrpcGatewayListenerOptions.getHealthCheck()
(experimental) The health check information for the listener.
|
HealthCheck |
GrpcGatewayListenerOptions.Jsii$Proxy.getHealthCheck() |
default HealthCheck |
Http2GatewayListenerOptions.getHealthCheck()
(experimental) The health check information for the listener.
|
HealthCheck |
Http2GatewayListenerOptions.Jsii$Proxy.getHealthCheck() |
default HealthCheck |
TcpVirtualNodeListenerOptions.getHealthCheck()
(experimental) The health check information for the listener.
|
HealthCheck |
TcpVirtualNodeListenerOptions.Jsii$Proxy.getHealthCheck() |
default HealthCheck |
GrpcVirtualNodeListenerOptions.getHealthCheck()
(experimental) The health check information for the listener.
|
HealthCheck |
GrpcVirtualNodeListenerOptions.Jsii$Proxy.getHealthCheck() |
default HealthCheck |
Http2VirtualNodeListenerOptions.getHealthCheck()
(experimental) The health check information for the listener.
|
HealthCheck |
Http2VirtualNodeListenerOptions.Jsii$Proxy.getHealthCheck() |
static HealthCheck |
HealthCheck.grpc()
(experimental) Construct a GRPC health check.
|
static HealthCheck |
HealthCheck.grpc(GrpcHealthCheckOptions options)
(experimental) Construct a GRPC health check.
|
static HealthCheck |
HealthCheck.http()
(experimental) Construct a HTTP health check.
|
static HealthCheck |
HealthCheck.http(HttpHealthCheckOptions options)
(experimental) Construct a HTTP health check.
|
static HealthCheck |
HealthCheck.http2()
(experimental) Construct a HTTP2 health check.
|
static HealthCheck |
HealthCheck.http2(HttpHealthCheckOptions options)
(experimental) Construct a HTTP2 health check.
|
static HealthCheck |
HealthCheck.tcp()
(experimental) Construct a TCP health check.
|
static HealthCheck |
HealthCheck.tcp(TcpHealthCheckOptions options)
(experimental) Construct a TCP health check.
|
| Constructor and Description |
|---|
Jsii$Proxy(GrpcConnectionPool connectionPool,
HealthCheck healthCheck,
Number port,
ListenerTlsOptions tls)
Constructor that initializes the object based on literal property values passed by the
GrpcGatewayListenerOptions.Builder. |
Jsii$Proxy(GrpcConnectionPool connectionPool,
HealthCheck healthCheck,
OutlierDetection outlierDetection,
Number port,
GrpcTimeout timeout,
ListenerTlsOptions tls)
Constructor that initializes the object based on literal property values passed by the
GrpcVirtualNodeListenerOptions.Builder. |
Jsii$Proxy(Http2ConnectionPool connectionPool,
HealthCheck healthCheck,
Number port,
ListenerTlsOptions tls)
Constructor that initializes the object based on literal property values passed by the
Http2GatewayListenerOptions.Builder. |
Jsii$Proxy(Http2ConnectionPool connectionPool,
HealthCheck healthCheck,
OutlierDetection outlierDetection,
Number port,
HttpTimeout timeout,
ListenerTlsOptions tls)
Constructor that initializes the object based on literal property values passed by the
Http2VirtualNodeListenerOptions.Builder. |
Jsii$Proxy(HttpConnectionPool connectionPool,
HealthCheck healthCheck,
Number port,
ListenerTlsOptions tls)
Constructor that initializes the object based on literal property values passed by the
HttpGatewayListenerOptions.Builder. |
Jsii$Proxy(HttpConnectionPool connectionPool,
HealthCheck healthCheck,
OutlierDetection outlierDetection,
Number port,
HttpTimeout timeout,
ListenerTlsOptions tls)
Constructor that initializes the object based on literal property values passed by the
HttpVirtualNodeListenerOptions.Builder. |
Jsii$Proxy(TcpConnectionPool connectionPool,
HealthCheck healthCheck,
OutlierDetection outlierDetection,
Number port,
TcpTimeout timeout,
ListenerTlsOptions tls)
Constructor that initializes the object based on literal property values passed by the
TcpVirtualNodeListenerOptions.Builder. |
Copyright © 2021. All rights reserved.