MetastoreServiceTelemetryConfigArgs

data class MetastoreServiceTelemetryConfigArgs(val logFormat: Output<String>? = null) : ConvertibleToJava<MetastoreServiceTelemetryConfigArgs>

Constructors

Link copied to clipboard
constructor(logFormat: Output<String>? = null)

Properties

Link copied to clipboard
val logFormat: Output<String>? = null

The output format of the Dataproc Metastore service's logs. Default value is JSON. Possible values are: LEGACY, JSON.

Functions

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