AppSpecFunctionAlertArgs

data class AppSpecFunctionAlertArgs(val disabled: Output<Boolean>? = null, val operator: Output<String>, val rule: Output<String>, val value: Output<Double>, val window: Output<String>) : ConvertibleToJava<AppSpecFunctionAlertArgs>

Constructors

Link copied to clipboard
constructor(disabled: Output<Boolean>? = null, operator: Output<String>, rule: Output<String>, value: Output<Double>, window: 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 operator: Output<String>

The operator to use. This is either of GREATER_THAN or LESS_THAN.

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.

Link copied to clipboard
val value: Output<Double>

The threshold for the type of the warning.

Link copied to clipboard
val window: Output<String>

The time before alerts should be triggered. This is may be one of: FIVE_MINUTES, TEN_MINUTES, THIRTY_MINUTES, ONE_HOUR.

Functions

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