IncidentListArgs

data class IncidentListArgs(val monitoredResources: Output<List<MonitoredResourceArgs>>? = null, val policyNames: Output<List<String>>? = null) : ConvertibleToJava<IncidentListArgs>

A widget that displays a list of incidents

Constructors

Link copied to clipboard
fun IncidentListArgs(monitoredResources: Output<List<MonitoredResourceArgs>>? = null, policyNames: Output<List<String>>? = null)

Functions

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

Properties

Link copied to clipboard

Optional. The monitored resource for which incidents are listed. The resource doesn't need to be fully specified. That is, you can specify the resource type but not the values of the resource labels. The resource type and labels are used for filtering.

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

Optional. A list of alert policy names to filter the incident list by. Don't include the project ID prefix in the policy name. For example, use alertPolicies/utilization.