Uses of Class
software.amazon.awscdk.services.appmesh.HealthCheck
Packages that use HealthCheck
-
Uses of HealthCheck in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh that return HealthCheckModifier and TypeMethodDescriptiondefault HealthCheck
GrpcGatewayListenerOptions.getHealthCheck()
The health check information for the listener.final HealthCheck
GrpcGatewayListenerOptions.Jsii$Proxy.getHealthCheck()
default HealthCheck
GrpcVirtualNodeListenerOptions.getHealthCheck()
The health check information for the listener.final HealthCheck
GrpcVirtualNodeListenerOptions.Jsii$Proxy.getHealthCheck()
default HealthCheck
Http2GatewayListenerOptions.getHealthCheck()
The health check information for the listener.final HealthCheck
Http2GatewayListenerOptions.Jsii$Proxy.getHealthCheck()
default HealthCheck
Http2VirtualNodeListenerOptions.getHealthCheck()
The health check information for the listener.final HealthCheck
Http2VirtualNodeListenerOptions.Jsii$Proxy.getHealthCheck()
default HealthCheck
HttpGatewayListenerOptions.getHealthCheck()
The health check information for the listener.final HealthCheck
HttpGatewayListenerOptions.Jsii$Proxy.getHealthCheck()
default HealthCheck
HttpVirtualNodeListenerOptions.getHealthCheck()
The health check information for the listener.final HealthCheck
HttpVirtualNodeListenerOptions.Jsii$Proxy.getHealthCheck()
default HealthCheck
TcpVirtualNodeListenerOptions.getHealthCheck()
The health check information for the listener.final HealthCheck
TcpVirtualNodeListenerOptions.Jsii$Proxy.getHealthCheck()
static HealthCheck
HealthCheck.grpc()
Construct a GRPC health check.static HealthCheck
HealthCheck.grpc
(GrpcHealthCheckOptions options) Construct a GRPC health check.static HealthCheck
HealthCheck.http()
Construct a HTTP health check.static HealthCheck
HealthCheck.http
(HttpHealthCheckOptions options) Construct a HTTP health check.static HealthCheck
HealthCheck.http2()
Construct a HTTP2 health check.static HealthCheck
HealthCheck.http2
(HttpHealthCheckOptions options) Construct a HTTP2 health check.static HealthCheck
HealthCheck.tcp()
Construct a TCP health check.static HealthCheck
HealthCheck.tcp
(TcpHealthCheckOptions options) Construct a TCP health check.Methods in software.amazon.awscdk.services.appmesh with parameters of type HealthCheckModifier and TypeMethodDescriptionGrpcGatewayListenerOptions.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofGrpcGatewayListenerOptions.getHealthCheck()
GrpcVirtualNodeListenerOptions.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofGrpcVirtualNodeListenerOptions.getHealthCheck()
Http2GatewayListenerOptions.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofHttp2GatewayListenerOptions.getHealthCheck()
Http2VirtualNodeListenerOptions.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofHttp2VirtualNodeListenerOptions.getHealthCheck()
HttpGatewayListenerOptions.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofHttpGatewayListenerOptions.getHealthCheck()
HttpVirtualNodeListenerOptions.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofHttpVirtualNodeListenerOptions.getHealthCheck()
TcpVirtualNodeListenerOptions.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofTcpVirtualNodeListenerOptions.getHealthCheck()