Interface ComputeHealthCheckLogConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeHealthCheckLogConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.430Z") @Stability(Stable) public interface ComputeHealthCheckLogConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeHealthCheckLogConfig.BuilderA builder forComputeHealthCheckLogConfigstatic classComputeHealthCheckLogConfig.Jsii$ProxyAn implementation forComputeHealthCheckLogConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeHealthCheckLogConfig.Builderbuilder()default ObjectgetEnable()Indicates whether or not to export logs.
-
-
-
Method Detail
-
getEnable
@Stability(Stable) @Nullable default Object getEnable()
Indicates whether or not to export logs.This is false by default, which means no health check logging will be done. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_health_check#enable ComputeHealthCheck#enable}
-
builder
@Stability(Stable) static ComputeHealthCheckLogConfig.Builder builder()
-
-