@Stability(value=Stable)
public static interface CfnVirtualNode.HealthCheckProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-healthcheck.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-healthcheck.html#cfn-appmesh-virtualnode-healthcheck-healthythreshold@Stability(value=Stable) @NotNull Number getIntervalMillis()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-healthcheck.html#cfn-appmesh-virtualnode-healthcheck-intervalmillis@Stability(value=Stable) @NotNull String getProtocol()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-healthcheck.html#cfn-appmesh-virtualnode-healthcheck-protocol@Stability(value=Stable) @NotNull Number getTimeoutMillis()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-healthcheck.html#cfn-appmesh-virtualnode-healthcheck-timeoutmillis@Stability(value=Stable) @NotNull Number getUnhealthyThreshold()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-healthcheck.html#cfn-appmesh-virtualnode-healthcheck-unhealthythreshold@Stability(value=Stable) @Nullable default String getPath()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-healthcheck.html#cfn-appmesh-virtualnode-healthcheck-path@Stability(value=Stable) @Nullable default Number getPort()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-healthcheck.html#cfn-appmesh-virtualnode-healthcheck-port@Stability(value=Stable) static CfnVirtualNode.HealthCheckProperty.Builder builder()
Copyright © 2020. All rights reserved.