ManagementEventAggregationConditionArgs

data class ManagementEventAggregationConditionArgs(val operator: Output<ConditionOperator>? = null, val threshold: Output<Double>? = null, val windowSize: Output<String>? = null) : ConvertibleToJava<ManagementEventAggregationConditionArgs>

How the data that is collected should be combined over time.

Constructors

Link copied to clipboard
constructor(operator: Output<ConditionOperator>? = null, threshold: Output<Double>? = null, windowSize: Output<String>? = null)

Properties

Link copied to clipboard
val operator: Output<ConditionOperator>? = null

the condition operator.

Link copied to clipboard
val threshold: Output<Double>? = null

The threshold value that activates the alert.

Link copied to clipboard
val windowSize: Output<String>? = null

the period of time (in ISO 8601 duration format) that is used to monitor alert activity based on the threshold. If specified then it must be between 5 minutes and 1 day.

Functions

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