Alert Rule Scheduled Incident Configuration Grouping Args
data class AlertRuleScheduledIncidentConfigurationGroupingArgs(val enabled: Output<Boolean>? = null, val entityMatchingMethod: Output<String>? = null, val groupByAlertDetails: Output<List<String>>? = null, val groupByCustomDetails: Output<List<String>>? = null, val groupByEntities: Output<List<String>>? = null, val lookbackDuration: Output<String>? = null, val reopenClosedIncidents: Output<Boolean>? = null) : ConvertibleToJava<AlertRuleScheduledIncidentConfigurationGroupingArgs>
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, entityMatchingMethod: Output<String>? = null, groupByAlertDetails: Output<List<String>>? = null, groupByCustomDetails: Output<List<String>>? = null, groupByEntities: Output<List<String>>? = null, lookbackDuration: Output<String>? = null, reopenClosedIncidents: Output<Boolean>? = null)
Properties
Link copied to clipboard
The method used to group incidents. Possible values are AnyAlert
, Selected
and AllEntities
. Defaults to AnyAlert
.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Limit the group to alerts created within the lookback duration (in ISO 8601 duration format). Defaults to PT5M
.
Link copied to clipboard
Whether to re-open closed matching incidents? Defaults to false
.