AttachedClusterLoggingConfigComponentConfigArgs

data class AttachedClusterLoggingConfigComponentConfigArgs(val enableComponents: Output<List<String>>? = null) : ConvertibleToJava<AttachedClusterLoggingConfigComponentConfigArgs>

Constructors

constructor(enableComponents: Output<List<String>>? = null)

Properties

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

The components to be enabled. Each value may be one of: SYSTEM_COMPONENTS, WORKLOADS.

Functions

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