@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:48.218Z")
public interface HealthCheckCustomConfig
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.servicediscovery.*; HealthCheckCustomConfig healthCheckCustomConfig = HealthCheckCustomConfig.builder() .failureThreshold(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
HealthCheckCustomConfig.Builder
A builder for
HealthCheckCustomConfig |
static class |
HealthCheckCustomConfig.Jsii$Proxy
An implementation for
HealthCheckCustomConfig |
Modifier and Type | Method and Description |
---|---|
static HealthCheckCustomConfig.Builder |
builder() |
default java.lang.Number |
getFailureThreshold()
The number of 30-second intervals that you want Cloud Map to wait after receiving an UpdateInstanceCustomHealthStatus request before it changes the health status of a service instance.
|
default java.lang.Number getFailureThreshold()
Default: 1
static HealthCheckCustomConfig.Builder builder()
HealthCheckCustomConfig.Builder
of HealthCheckCustomConfig