Uses of Class
software.amazon.awscdk.services.apprunner.alpha.HealthCheck
Package
Description
AWS::AppRunner Construct Library
-
Uses of HealthCheck in software.amazon.awscdk.services.apprunner.alpha
Modifier and TypeMethodDescriptiondefault HealthCheck
ServiceProps.getHealthCheck()
(experimental) Settings for the health check that AWS App Runner performs to monitor the health of a service.final HealthCheck
ServiceProps.Jsii$Proxy.getHealthCheck()
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.tcp()
(experimental) Construct a TCP health check.static HealthCheck
HealthCheck.tcp
(TcpHealthCheckOptions options) (experimental) Construct a TCP health check.Modifier and TypeMethodDescriptionService.Builder.healthCheck
(HealthCheck healthCheck) (experimental) Settings for the health check that AWS App Runner performs to monitor the health of a service.ServiceProps.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofServiceProps.getHealthCheck()