LogSetup

class LogSetup

An object representing the enabled or disabled Kubernetes control plane logs for your cluster.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If a log type is enabled, that log type exports its control plane logs to CloudWatch Logs. If a log type isn't enabled, that log type doesn't export its control plane logs. Each individual log type can be enabled or disabled independently.

Link copied to clipboard

The available cluster control plane log types.

Functions

Link copied to clipboard
inline fun copy(block: LogSetup.Builder.() -> Unit = {}): LogSetup
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String