Interface LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.732Z") @Stability(Stable) public interface LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck.Builderstatic classLightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck.Jsii$ProxyAn implementation forLightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck.Builderbuilder()default 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}.default 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}.default 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}.default 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}.default 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}.default 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}.
-
-
-
Method Detail
-
getHealthyThreshold
@Stability(Stable) @Nullable default Number getHealthyThreshold()
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}.
-
getIntervalSeconds
@Stability(Stable) @Nullable default Number getIntervalSeconds()
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}.
-
getPath
@Stability(Stable) @Nullable default String getPath()
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}.
-
getSuccessCodes
@Stability(Stable) @Nullable default String getSuccessCodes()
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}.
-
getTimeoutSeconds
@Stability(Stable) @Nullable default Number getTimeoutSeconds()
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}.
-
getUnhealthyThreshold
@Stability(Stable) @Nullable default Number getUnhealthyThreshold()
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}.
-
builder
@Stability(Stable) static LightsailContainerServiceDeploymentVersionPublicEndpointHealthCheck.Builder builder()
-
-