AppSpecAlertArgs

data class AppSpecAlertArgs(val disabled: Output<Boolean>? = null, val rule: Output<String>) : ConvertibleToJava<AppSpecAlertArgs>

Constructors

Link copied to clipboard
constructor(disabled: Output<Boolean>? = null, rule: Output<String>)

Properties

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

Determines whether or not the alert is disabled (default: false).

Link copied to clipboard
val rule: Output<String>

The type of the alert to configure. Component app alert policies can be: CPU_UTILIZATION, MEM_UTILIZATION, or RESTART_COUNT.

Functions

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