CorrelateByArgs

data class CorrelateByArgs(val field: Output<String>? = null) : ConvertibleToJava<CorrelateByArgs>

The logic for the correlation.

Constructors

Link copied to clipboard
fun CorrelateByArgs(field: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val field: Output<String>? = null

The JPath of the property that the alerts should be correlated by.