HealthCheckLogConfigResponse

data class HealthCheckLogConfigResponse(val enable: Boolean)

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

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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