Class LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.lightsail_container_service_deployment_version.LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck.Jsii$Proxy
-
- All Implemented Interfaces:
LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck
@Stability(Stable) @Internal public static final class LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck
An implementation forLightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.lightsail_container_service_deployment_version.LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck
LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck.Builder, LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck.Builder builder)Constructor that initializes the object based on literal property values passed by theLightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetHealthyThreshold()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#healthy_threshold LightsailContainerServiceDeploymentVersion#healthy_threshold}.NumbergetIntervalSeconds()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#interval_seconds LightsailContainerServiceDeploymentVersion#interval_seconds}.StringgetPath()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#path LightsailContainerServiceDeploymentVersion#path}.StringgetSuccessCodes()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#success_codes LightsailContainerServiceDeploymentVersion#success_codes}.NumbergetTimeoutSeconds()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#timeout_seconds LightsailContainerServiceDeploymentVersion#timeout_seconds}.NumbergetUnhealthyThreshold()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#unhealthy_threshold LightsailContainerServiceDeploymentVersion#unhealthy_threshold}.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck.Builder builder)
Constructor that initializes the object based on literal property values passed by theLightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck.Builder.
-
-
Method Detail
-
getHealthyThreshold
public final Number getHealthyThreshold()
Description copied from interface:LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheckDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#healthy_threshold LightsailContainerServiceDeploymentVersion#healthy_threshold}.- Specified by:
getHealthyThresholdin interfaceLightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck
-
getIntervalSeconds
public final Number getIntervalSeconds()
Description copied from interface:LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheckDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#interval_seconds LightsailContainerServiceDeploymentVersion#interval_seconds}.- Specified by:
getIntervalSecondsin interfaceLightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck
-
getPath
public final String getPath()
Description copied from interface:LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheckDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#path LightsailContainerServiceDeploymentVersion#path}.- Specified by:
getPathin interfaceLightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck
-
getSuccessCodes
public final String getSuccessCodes()
Description copied from interface:LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheckDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#success_codes LightsailContainerServiceDeploymentVersion#success_codes}.- Specified by:
getSuccessCodesin interfaceLightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck
-
getTimeoutSeconds
public final Number getTimeoutSeconds()
Description copied from interface:LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheckDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#timeout_seconds LightsailContainerServiceDeploymentVersion#timeout_seconds}.- Specified by:
getTimeoutSecondsin interfaceLightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck
-
getUnhealthyThreshold
public final Number getUnhealthyThreshold()
Description copied from interface:LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheckDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#unhealthy_threshold LightsailContainerServiceDeploymentVersion#unhealthy_threshold}.- Specified by:
getUnhealthyThresholdin interfaceLightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-