Interface ComputeRegionHealthCheckLogConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionHealthCheckLogConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.742Z") @Stability(Stable) public interface ComputeRegionHealthCheckLogConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionHealthCheckLogConfig.BuilderA builder forComputeRegionHealthCheckLogConfigstatic classComputeRegionHealthCheckLogConfig.Jsii$ProxyAn implementation forComputeRegionHealthCheckLogConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeRegionHealthCheckLogConfig.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_region_health_check#enable ComputeRegionHealthCheck#enable}
-
builder
@Stability(Stable) static ComputeRegionHealthCheckLogConfig.Builder builder()
-
-