@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.145Z") @Stability(value=Stable) public interface HealthCheckCustomConfig extends software.amazon.jsii.JsiiSerializable
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 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.
|
@Stability(value=Stable) @Nullable default Number getFailureThreshold()
Default: 1
@Stability(value=Stable) static HealthCheckCustomConfig.Builder builder()
HealthCheckCustomConfig.Builder of HealthCheckCustomConfigCopyright © 2022. All rights reserved.