Management Event Aggregation Condition Args
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)