LogSetupArgs

data class LogSetupArgs(val enabled: Output<Boolean>? = null, val types: Output<List<Either<String, LogType>>>? = null) : ConvertibleToJava<LogSetupArgs>

Definition of LogSetup

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, types: Output<List<Either<String, LogType>>>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

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
val types: Output<List<Either<String, LogType>>>? = null

The available cluster control plane log types.

Functions

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