Incident List Args
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
constructor(monitoredResources: Output<List<MonitoredResourceArgs>>? = null, policyNames: Output<List<String>>? = null)
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
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.