HealthCheckLogConfigArgs

data class HealthCheckLogConfigArgs(val enable: Output<Boolean>? = null) : ConvertibleToJava<HealthCheckLogConfigArgs>

Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver.

Constructors

Link copied to clipboard
fun HealthCheckLogConfigArgs(enable: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): HealthCheckLogConfigArgs

Properties

Link copied to clipboard
val enable: Output<Boolean>? = null

Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.