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
constructor(clusterLogging: Output<ClusterLoggingEnabledTypesArgs>? = null)

Properties

Link copied to clipboard

The cluster control plane logging configuration for your cluster.

Functions

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