@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:01.352Z") @Stability(value=Experimental) public interface ElbHealthCheckOptions 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.core.*;
import software.amazon.awscdk.services.autoscaling.*;
Duration duration;
ElbHealthCheckOptions elbHealthCheckOptions = ElbHealthCheckOptions.builder()
.grace(duration)
.build();
| 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()
(experimental) Specified the time Auto Scaling waits before checking the health status of an EC2 instance that has come into service.
|
@Stability(value=Experimental) @NotNull Duration getGrace()
This option is required for ELB health checks.
@Stability(value=Experimental) static ElbHealthCheckOptions.Builder builder()
ElbHealthCheckOptions.Builder of ElbHealthCheckOptionsCopyright © 2022. All rights reserved.