LogSetupResponse

data class LogSetupResponse(val enabled: Boolean? = null, val types: List<String>? = null)

Definition of LogSetup

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: 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: List<String>? = null

The available cluster control plane log types.