Alert Rule Nrt Incident Grouping Args
data class AlertRuleNrtIncidentGroupingArgs(val byAlertDetails: Output<List<String>>? = null, val byCustomDetails: Output<List<String>>? = null, val byEntities: Output<List<String>>? = null, val enabled: Output<Boolean>? = null, val entityMatchingMethod: Output<String>? = null, val lookbackDuration: Output<String>? = null, val reopenClosedIncidents: Output<Boolean>? = null) : ConvertibleToJava<AlertRuleNrtIncidentGroupingArgs>
Constructors
Link copied to clipboard
fun AlertRuleNrtIncidentGroupingArgs(byAlertDetails: Output<List<String>>? = null, byCustomDetails: Output<List<String>>? = null, byEntities: Output<List<String>>? = null, enabled: Output<Boolean>? = null, entityMatchingMethod: Output<String>? = null, lookbackDuration: Output<String>? = null, reopenClosedIncidents: Output<Boolean>? = null)