| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckConfiguration |
HealthCheckConfiguration.clone() |
HealthCheckConfiguration |
UpdateServiceRequest.getHealthCheckConfiguration()
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
HealthCheckConfiguration |
CreateServiceRequest.getHealthCheckConfiguration()
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
HealthCheckConfiguration |
Service.getHealthCheckConfiguration()
The settings for the health check that App Runner performs to monitor the health of this service.
|
HealthCheckConfiguration |
HealthCheckConfiguration.withHealthyThreshold(Integer healthyThreshold)
The number of consecutive checks that must succeed before App Runner decides that the service is healthy.
|
HealthCheckConfiguration |
HealthCheckConfiguration.withInterval(Integer interval)
The time interval, in seconds, between health checks.
|
HealthCheckConfiguration |
HealthCheckConfiguration.withPath(String path)
The URL that health check requests are sent to.
|
HealthCheckConfiguration |
HealthCheckConfiguration.withProtocol(HealthCheckProtocol protocol)
The IP protocol that App Runner uses to perform health checks for your service.
|
HealthCheckConfiguration |
HealthCheckConfiguration.withProtocol(String protocol)
The IP protocol that App Runner uses to perform health checks for your service.
|
HealthCheckConfiguration |
HealthCheckConfiguration.withTimeout(Integer timeout)
The time, in seconds, to wait for a health check response before deciding it failed.
|
HealthCheckConfiguration |
HealthCheckConfiguration.withUnhealthyThreshold(Integer unhealthyThreshold)
The number of consecutive checks that must fail before App Runner decides that the service is unhealthy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateServiceRequest.setHealthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
void |
CreateServiceRequest.setHealthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
void |
Service.setHealthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of this service.
|
UpdateServiceRequest |
UpdateServiceRequest.withHealthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
CreateServiceRequest |
CreateServiceRequest.withHealthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
Service |
Service.withHealthCheckConfiguration(HealthCheckConfiguration healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of this service.
|
Copyright © 2025. All rights reserved.