@Stability(value=Stable)
public static interface CfnService.HealthCheckConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnService.HealthCheckConfigurationProperty.Builder
A builder for
CfnService.HealthCheckConfigurationProperty |
static class |
CfnService.HealthCheckConfigurationProperty.Jsii$Proxy
An implementation for
CfnService.HealthCheckConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnService.HealthCheckConfigurationProperty.Builder |
builder() |
default Number |
getHealthyThreshold()
`CfnService.HealthCheckConfigurationProperty.HealthyThreshold`.
|
default Number |
getInterval()
`CfnService.HealthCheckConfigurationProperty.Interval`.
|
default String |
getPath()
`CfnService.HealthCheckConfigurationProperty.Path`.
|
default String |
getProtocol()
`CfnService.HealthCheckConfigurationProperty.Protocol`.
|
default Number |
getTimeout()
`CfnService.HealthCheckConfigurationProperty.Timeout`.
|
default Number |
getUnhealthyThreshold()
`CfnService.HealthCheckConfigurationProperty.UnhealthyThreshold`.
|
@Stability(value=Stable) @Nullable default Number getHealthyThreshold()
@Stability(value=Stable) @Nullable default Number getInterval()
@Stability(value=Stable) @Nullable default String getPath()
@Stability(value=Stable) @Nullable default String getProtocol()
@Stability(value=Stable) @Nullable default Number getTimeout()
@Stability(value=Stable) @Nullable default Number getUnhealthyThreshold()
@Stability(value=Stable) static CfnService.HealthCheckConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.