@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:04.989Z") @Stability(value=Stable) public interface ElbHealthCheckOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ElbHealthCheckOptions.Builder
A builder for
ElbHealthCheckOptions |
static class |
ElbHealthCheckOptions.Jsii$Proxy
An implementation for
ElbHealthCheckOptions |
| Modifier and Type | Method and Description |
|---|---|
static ElbHealthCheckOptions.Builder |
builder() |
Duration |
getGrace()
Specified the time Auto Scaling waits before checking the health status of an EC2 instance that has come into service.
|
@Stability(value=Stable) @NotNull Duration getGrace()
This option is required for ELB health checks.
@Stability(value=Stable) static ElbHealthCheckOptions.Builder builder()
ElbHealthCheckOptions.Builder of ElbHealthCheckOptionsCopyright © 2021. All rights reserved.