Class CfnService.HealthCheckConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apprunner.CfnService.HealthCheckConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.HealthCheckConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.HealthCheckConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.HealthCheckConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.HealthCheckConfigurationProperty
An implementation for
CfnService.HealthCheckConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apprunner.CfnService.HealthCheckConfigurationProperty
CfnService.HealthCheckConfigurationProperty.Builder, CfnService.HealthCheckConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.HealthCheckConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe number of consecutive checks that must succeed before App Runner decides that the service is healthy.final NumberThe time interval, in seconds, between health checks.final StringgetPath()The URL that health check requests are sent to.final StringThe IP protocol that App Runner uses to perform health checks for your service.final NumberThe time, in seconds, to wait for a health check response before deciding it failed.final NumberThe number of consecutive checks that must fail before App Runner decides that the service is unhealthy.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnService.HealthCheckConfigurationProperty.Builder.
-
-
Method Details
-
getHealthyThreshold
Description copied from interface:CfnService.HealthCheckConfigurationPropertyThe number of consecutive checks that must succeed before App Runner decides that the service is healthy.Default:
1- Specified by:
getHealthyThresholdin interfaceCfnService.HealthCheckConfigurationProperty- See Also:
-
getInterval
Description copied from interface:CfnService.HealthCheckConfigurationPropertyThe time interval, in seconds, between health checks.Default:
5- Specified by:
getIntervalin interfaceCfnService.HealthCheckConfigurationProperty- See Also:
-
getPath
Description copied from interface:CfnService.HealthCheckConfigurationPropertyThe URL that health check requests are sent to.Pathis only applicable when you setProtocoltoHTTP.Default:
"/"- Specified by:
getPathin interfaceCfnService.HealthCheckConfigurationProperty- See Also:
-
getProtocol
Description copied from interface:CfnService.HealthCheckConfigurationPropertyThe IP protocol that App Runner uses to perform health checks for your service.If you set
ProtocoltoHTTP, App Runner sends health check requests to the HTTP path specified byPath.Default:
TCP- Specified by:
getProtocolin interfaceCfnService.HealthCheckConfigurationProperty- See Also:
-
getTimeout
Description copied from interface:CfnService.HealthCheckConfigurationPropertyThe time, in seconds, to wait for a health check response before deciding it failed.Default:
2- Specified by:
getTimeoutin interfaceCfnService.HealthCheckConfigurationProperty- See Also:
-
getUnhealthyThreshold
Description copied from interface:CfnService.HealthCheckConfigurationPropertyThe number of consecutive checks that must fail before App Runner decides that the service is unhealthy.Default:
5- Specified by:
getUnhealthyThresholdin interfaceCfnService.HealthCheckConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-