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

Functions

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

Properties

Link copied to clipboard

The list of Activity Log Alert rule conditions.