Uses of Class
software.amazon.awscdk.services.apprunner.alpha.HealthCheck
Packages that use HealthCheck
Package
Description
AWS::AppRunner Construct Library
-
Uses of HealthCheck in software.amazon.awscdk.services.apprunner.alpha
Methods in software.amazon.awscdk.services.apprunner.alpha that return HealthCheckModifier and TypeMethodDescriptiondefault HealthCheckServiceProps.getHealthCheck()(experimental) Settings for the health check that AWS App Runner performs to monitor the health of a service.final HealthCheckServiceProps.Jsii$Proxy.getHealthCheck()static HealthCheckHealthCheck.http()(experimental) Construct a HTTP health check.static HealthCheckHealthCheck.http(HttpHealthCheckOptions options) (experimental) Construct a HTTP health check.static HealthCheckHealthCheck.tcp()(experimental) Construct a TCP health check.static HealthCheckHealthCheck.tcp(TcpHealthCheckOptions options) (experimental) Construct a TCP health check.Methods in software.amazon.awscdk.services.apprunner.alpha with parameters of type HealthCheckModifier 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()