| Package | Description |
|---|---|
| software.amazon.awssdk.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
static HealthCheckConfiguration.Builder |
HealthCheckConfiguration.builder() |
HealthCheckConfiguration.Builder |
HealthCheckConfiguration.Builder.healthyThreshold(Integer healthyThreshold)
The number of consecutive checks that must succeed before App Runner decides that the service is healthy.
|
HealthCheckConfiguration.Builder |
HealthCheckConfiguration.Builder.interval(Integer interval)
The time interval, in seconds, between health checks.
|
HealthCheckConfiguration.Builder |
HealthCheckConfiguration.Builder.path(String path)
The URL that health check requests are sent to.
|
HealthCheckConfiguration.Builder |
HealthCheckConfiguration.Builder.protocol(HealthCheckProtocol protocol)
The IP protocol that App Runner uses to perform health checks for your service.
|
HealthCheckConfiguration.Builder |
HealthCheckConfiguration.Builder.protocol(String protocol)
The IP protocol that App Runner uses to perform health checks for your service.
|
HealthCheckConfiguration.Builder |
HealthCheckConfiguration.Builder.timeout(Integer timeout)
The time, in seconds, to wait for a health check response before deciding it failed.
|
HealthCheckConfiguration.Builder |
HealthCheckConfiguration.toBuilder() |
HealthCheckConfiguration.Builder |
HealthCheckConfiguration.Builder.unhealthyThreshold(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 |
|---|---|
static Class<? extends HealthCheckConfiguration.Builder> |
HealthCheckConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateServiceRequest.Builder |
CreateServiceRequest.Builder.healthCheckConfiguration(Consumer<HealthCheckConfiguration.Builder> healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
default UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.healthCheckConfiguration(Consumer<HealthCheckConfiguration.Builder> healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of the App Runner service.
|
default Service.Builder |
Service.Builder.healthCheckConfiguration(Consumer<HealthCheckConfiguration.Builder> healthCheckConfiguration)
The settings for the health check that App Runner performs to monitor the health of this service.
|
Copyright © 2023. All rights reserved.