AlertRuleAllOfConditionArgs

data class AlertRuleAllOfConditionArgs(val allOf: Output<List<AlertRuleAnyOfOrLeafConditionArgs>>) : ConvertibleToJava<AlertRuleAllOfConditionArgs>

An Activity Log Alert rule condition that is met when all its member conditions are met.

Constructors

Link copied to clipboard
constructor(allOf: Output<List<AlertRuleAnyOfOrLeafConditionArgs>>)

Properties

Link copied to clipboard

The list of Activity Log Alert rule conditions.

Functions

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