ClusterLoggingConfigArgs

data class ClusterLoggingConfigArgs(val enableComponents: Output<List<String>>) : ConvertibleToJava<ClusterLoggingConfigArgs>

Constructors

Link copied to clipboard
constructor(enableComponents: Output<List<String>>)

Properties

Link copied to clipboard

The GKE components exposing logs. Supported values include: SYSTEM_COMPONENTS, APISERVER, CONTROLLER_MANAGER, SCHEDULER, and WORKLOADS.

Functions

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