ClusterLogAnalyticsApplicationLogsArgs

data class ClusterLogAnalyticsApplicationLogsArgs(val stdErrorEnabled: Output<Boolean>? = null, val stdOutEnabled: Output<Boolean>? = null) : ConvertibleToJava<ClusterLogAnalyticsApplicationLogsArgs>

Collection of logs to be enabled or disabled for log analytics.

Constructors

Link copied to clipboard
constructor(stdErrorEnabled: Output<Boolean>? = null, stdOutEnabled: Output<Boolean>? = null)

Properties

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

True if stderror is enabled, otherwise false.

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

True if stdout is enabled, otherwise false.

Functions

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