Alert Rule Leaf Condition Args
    data class AlertRuleLeafConditionArgs(val containsAny: Output<List<String>>? = null, val equals: Output<String>? = null, val field: Output<String>? = null) : ConvertibleToJava<AlertRuleLeafConditionArgs> 
An Activity Log Alert rule condition that is met by comparing the field and value of an Activity Log event. This condition must contain 'field' and either 'equals' or 'containsAny'.
Constructors
Link copied to clipboard
                fun AlertRuleLeafConditionArgs(containsAny: Output<List<String>>? = null, equals: Output<String>? = null, field: Output<String>? = null)
Functions
Properties
Link copied to clipboard
                The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'.