@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T09:30:45.189Z") @Stability(value=Stable) public interface HealthCheckBindOptions 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.appmesh.*; HealthCheckBindOptions healthCheckBindOptions = HealthCheckBindOptions.builder() .defaultPort(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
HealthCheckBindOptions.Builder
A builder for
HealthCheckBindOptions |
static class |
HealthCheckBindOptions.Jsii$Proxy
An implementation for
HealthCheckBindOptions |
Modifier and Type | Method and Description |
---|---|
static HealthCheckBindOptions.Builder |
builder() |
default Number |
getDefaultPort()
Port for Health Check interface.
|
@Stability(value=Stable) @Nullable default Number getDefaultPort()
Default: - no default port is provided
@Stability(value=Stable) static HealthCheckBindOptions.Builder builder()
HealthCheckBindOptions.Builder
of HealthCheckBindOptions
Copyright © 2022. All rights reserved.