LoggingComponentConfigArgs

data class LoggingComponentConfigArgs(val enableComponents: Output<List<LoggingComponentConfigEnableComponentsItem>>? = null) : ConvertibleToJava<LoggingComponentConfigArgs>

LoggingComponentConfig is cluster logging component configuration.

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard

Select components to collect logs. An empty set would disable all logging.