CorrelateAlertsArgs

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

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

Properties

Link copied to clipboard
val actionType: Output<String>

Action that should be applied. Expected value is 'CorrelateAlerts'.

Link copied to clipboard

The list of conditions for the alerts correlations.

Link copied to clipboard

The required duration (in ISO8601 format) for the alerts correlation.

Link copied to clipboard

Indicates how to handle child alerts notifications.

Link copied to clipboard
val priority: Output<Int>

The priority of this correlation.