@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:14.988Z") @Stability(value=Experimental) 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()
(experimental) 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=Experimental) @Nullable default Number getFailureThreshold()
Default: 1
@Stability(value=Experimental) static HealthCheckCustomConfig.Builder builder()
HealthCheckCustomConfig.Builder of HealthCheckCustomConfigCopyright © 2022. All rights reserved.