ClusterLoggingEnabledTypesArgs

data class ClusterLoggingEnabledTypesArgs(val enabledTypes: Output<List<ClusterLoggingTypeConfigArgs>>? = null) : ConvertibleToJava<ClusterLoggingEnabledTypesArgs>

The cluster control plane logging configuration for your cluster.

Constructors

Link copied to clipboard
constructor(enabledTypes: Output<List<ClusterLoggingTypeConfigArgs>>? = null)

Properties

Link copied to clipboard

The enabled control plane logs for your cluster. All log types are disabled if the array is empty.

Functions

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