@Stability(value=Stable) @Internal public static final class CfnService.HealthCheckConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnService.HealthCheckConfigurationProperty
CfnService.HealthCheckConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnService.HealthCheckConfigurationProperty.Builder, CfnService.HealthCheckConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnService.HealthCheckConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnService.AuthenticationConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getHealthyThreshold()
The number of consecutive checks that must succeed before App Runner decides that the service is healthy.
|
Number |
getInterval()
The time interval, in seconds, between health checks.
|
String |
getPath()
The URL that health check requests are sent to.
|
String |
getProtocol()
The IP protocol that App Runner uses to perform health checks for your service.
|
Number |
getTimeout()
The time, in seconds, to wait for a health check response before deciding it failed.
|
Number |
getUnhealthyThreshold()
The number of consecutive checks that must fail before App Runner decides that the service is unhealthy.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnService.HealthCheckConfigurationProperty.Builder builder)
CfnService.AuthenticationConfigurationProperty.Builder.public final Number getHealthyThreshold()
CfnService.HealthCheckConfigurationProperty
Default: 1
getHealthyThreshold in interface CfnService.HealthCheckConfigurationPropertypublic final Number getInterval()
CfnService.HealthCheckConfigurationProperty
Default: 5
getInterval in interface CfnService.HealthCheckConfigurationPropertypublic final String getPath()
CfnService.HealthCheckConfigurationProperty
Path is only applicable when you set Protocol to HTTP .
Default: "/"
getPath in interface CfnService.HealthCheckConfigurationPropertypublic final String getProtocol()
CfnService.HealthCheckConfigurationProperty
If you set Protocol to HTTP , App Runner sends health check requests to the HTTP path specified by Path .
Default: TCP
getProtocol in interface CfnService.HealthCheckConfigurationPropertypublic final Number getTimeout()
CfnService.HealthCheckConfigurationProperty
Default: 2
getTimeout in interface CfnService.HealthCheckConfigurationPropertypublic final Number getUnhealthyThreshold()
CfnService.HealthCheckConfigurationProperty
Default: 5
getUnhealthyThreshold in interface CfnService.HealthCheckConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.