ActivityLogAlertCriteriaServiceHealthArgs

data class ActivityLogAlertCriteriaServiceHealthArgs(val events: Output<List<String>>? = null, val locations: Output<List<String>>? = null, val services: Output<List<String>>? = null) : ConvertibleToJava<ActivityLogAlertCriteriaServiceHealthArgs>

Constructors

constructor(events: Output<List<String>>? = null, locations: Output<List<String>>? = null, services: Output<List<String>>? = null)

Properties

Link copied to clipboard
val events: Output<List<String>>? = null

Events this alert will monitor Possible values are Incident, Maintenance, Informational, ActionRequired and Security.

Link copied to clipboard
val locations: Output<List<String>>? = null

Locations this alert will monitor. For example, West Europe.

Link copied to clipboard
val services: Output<List<String>>? = null

Services this alert will monitor. For example, Activity Logs & Alerts, Action Groups. Defaults to all Services.

Functions

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