@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:10.423Z") @Stability(value=Experimental) public interface OutlierDetection extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
OutlierDetection.Builder
A builder for
OutlierDetection |
static class |
OutlierDetection.Jsii$Proxy
An implementation for
OutlierDetection |
| Modifier and Type | Method and Description |
|---|---|
static OutlierDetection.Builder |
builder() |
Duration |
getBaseEjectionDuration()
(experimental) The base amount of time for which a host is ejected.
|
Duration |
getInterval()
(experimental) The time interval between ejection sweep analysis.
|
Number |
getMaxEjectionPercent()
(experimental) Maximum percentage of hosts in load balancing pool for upstream service that can be ejected.
|
Number |
getMaxServerErrors()
(experimental) Number of consecutive 5xx errors required for ejection.
|
@Stability(value=Experimental) @NotNull Duration getBaseEjectionDuration()
@Stability(value=Experimental) @NotNull Duration getInterval()
@Stability(value=Experimental) @NotNull Number getMaxEjectionPercent()
Will eject at least one host regardless of the value.
@Stability(value=Experimental) @NotNull Number getMaxServerErrors()
@Stability(value=Experimental) static OutlierDetection.Builder builder()
OutlierDetection.Builder of OutlierDetectionCopyright © 2021. All rights reserved.