You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/docs/r/monitor_activity_log_alert.html.markdown
+4
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,10 @@ A `criteria` block supports the following:
93
93
*`level` - (Optional) The severity level of the event. Possible values are `Verbose`, `Informational`, `Warning`, `Error`, and `Critical`.
94
94
*`status` - (Optional) The status of the event. For example, `Started`, `Failed`, or `Succeeded`.
95
95
*`sub_status` - (Optional) The sub status of the event.
96
+
*`recommendation_type` - (Optional) The recommendation type of the event. It is only allowed when `category` is `Recommendation`.
97
+
*`recommendation_category` - (Optional) The recommendation category of the event. Possible values are `Cost`, `Reliability`, `OperationalExcellence` and `Performance`. It is only allowed when `category` is `Recommendation`.
98
+
*`recommendation_impact` - (Optional) The recommendation impact of the event. Possible values are `High`, `Medium` and `Low`. It is only allowed when `category` is `Recommendation`.
0 commit comments