Interface AppEngineFlexibleAppVersionReadinessCheck
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AppEngineFlexibleAppVersionReadinessCheck.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.464Z") @Stability(Stable) public interface AppEngineFlexibleAppVersionReadinessCheck extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppEngineFlexibleAppVersionReadinessCheck.BuilderA builder forAppEngineFlexibleAppVersionReadinessCheckstatic classAppEngineFlexibleAppVersionReadinessCheck.Jsii$ProxyAn implementation forAppEngineFlexibleAppVersionReadinessCheck
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AppEngineFlexibleAppVersionReadinessCheck.Builderbuilder()default StringgetAppStartTimeout()A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.default StringgetCheckInterval()Interval between health checks.default NumbergetFailureThreshold()Number of consecutive failed checks required before removing traffic.default StringgetHost()Host header to send when performing a HTTP Readiness check.StringgetPath()The request path.default NumbergetSuccessThreshold()Number of consecutive successful checks required before receiving traffic.default StringgetTimeout()Time before the check is considered failed.
-
-
-
Method Detail
-
getPath
@Stability(Stable) @NotNull String getPath()
The request path.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#path AppEngineFlexibleAppVersion#path}
-
getAppStartTimeout
@Stability(Stable) @Nullable default String getAppStartTimeout()
A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.Default: "300s" Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#app_start_timeout AppEngineFlexibleAppVersion#app_start_timeout}
-
getCheckInterval
@Stability(Stable) @Nullable default String getCheckInterval()
Interval between health checks. Default: "5s".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#check_interval AppEngineFlexibleAppVersion#check_interval}
-
getFailureThreshold
@Stability(Stable) @Nullable default Number getFailureThreshold()
Number of consecutive failed checks required before removing traffic. Default: 2.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#failure_threshold AppEngineFlexibleAppVersion#failure_threshold}
-
getHost
@Stability(Stable) @Nullable default String getHost()
Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#host AppEngineFlexibleAppVersion#host}
-
getSuccessThreshold
@Stability(Stable) @Nullable default Number getSuccessThreshold()
Number of consecutive successful checks required before receiving traffic. Default: 2.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#success_threshold AppEngineFlexibleAppVersion#success_threshold}
-
getTimeout
@Stability(Stable) @Nullable default String getTimeout()
Time before the check is considered failed. Default: "4s".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_flexible_app_version#timeout AppEngineFlexibleAppVersion#timeout}
-
builder
@Stability(Stable) static AppEngineFlexibleAppVersionReadinessCheck.Builder builder()
-
-