LoggingArgs

data class LoggingArgs(val clusterLogging: Output<ClusterLoggingEnabledTypesArgs>? = null) : ConvertibleToJava<LoggingArgs>

Enable exporting the Kubernetes control plane logs for your cluster to CloudWatch Logs based on log types. By default, cluster control plane logs aren't exported to CloudWatch Logs.

Constructors

Link copied to clipboard
fun LoggingArgs(clusterLogging: Output<ClusterLoggingEnabledTypesArgs>? = null)

Functions

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

Properties

Link copied to clipboard

The cluster control plane logging configuration for your cluster.