Correlate Alerts Args
data class CorrelateAlertsArgs(val actionType: Output<String>, val correlateBy: Output<List<CorrelateByArgs>>, val correlationInterval: Output<String>, val notificationsForCorrelatedAlerts: Output<Either<String, NotificationsForCorrelatedAlerts>>? = null, val priority: Output<Int>) : ConvertibleToJava<CorrelateAlertsArgs>
Add logic for alerts correlation.
Constructors
Link copied to clipboard
fun CorrelateAlertsArgs(actionType: Output<String>, correlateBy: Output<List<CorrelateByArgs>>, correlationInterval: Output<String>, notificationsForCorrelatedAlerts: Output<Either<String, NotificationsForCorrelatedAlerts>>? = null, priority: Output<Int>)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val notificationsForCorrelatedAlerts: Output<Either<String, NotificationsForCorrelatedAlerts>>? = null