AttachedClusterLoggingConfigComponentConfigArgs

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

Constructors

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

Functions

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

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.