@Stability(value=Stable)
public static interface CfnVirtualNode.HealthCheckProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
HealthCheckProperty healthCheckProperty = HealthCheckProperty.builder()
.healthyThreshold(123)
.intervalMillis(123)
.protocol("protocol")
.timeoutMillis(123)
.unhealthyThreshold(123)
// the properties below are optional
.path("path")
.port(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVirtualNode.HealthCheckProperty.Builder
A builder for
CfnVirtualNode.HealthCheckProperty |
static class |
CfnVirtualNode.HealthCheckProperty.Jsii$Proxy
An implementation for
CfnVirtualNode.HealthCheckProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnVirtualNode.HealthCheckProperty.Builder |
builder() |
Number |
getHealthyThreshold()
`CfnVirtualNode.HealthCheckProperty.HealthyThreshold`.
|
Number |
getIntervalMillis()
`CfnVirtualNode.HealthCheckProperty.IntervalMillis`.
|
default String |
getPath()
`CfnVirtualNode.HealthCheckProperty.Path`.
|
default Number |
getPort()
`CfnVirtualNode.HealthCheckProperty.Port`.
|
String |
getProtocol()
`CfnVirtualNode.HealthCheckProperty.Protocol`.
|
Number |
getTimeoutMillis()
`CfnVirtualNode.HealthCheckProperty.TimeoutMillis`.
|
Number |
getUnhealthyThreshold()
`CfnVirtualNode.HealthCheckProperty.UnhealthyThreshold`.
|
@Stability(value=Stable) @NotNull Number getHealthyThreshold()
@Stability(value=Stable) @NotNull Number getIntervalMillis()
@Stability(value=Stable) @Nullable default String getPath()
@Stability(value=Stable) @Nullable default Number getPort()
@Stability(value=Stable) @NotNull String getProtocol()
@Stability(value=Stable) @NotNull Number getTimeoutMillis()
@Stability(value=Stable) @NotNull Number getUnhealthyThreshold()
@Stability(value=Stable) static CfnVirtualNode.HealthCheckProperty.Builder builder()
Copyright © 2021. All rights reserved.