groupingFields

@JvmName(name = "qkolrvtojharwvnc")
suspend fun groupingFields(value: Output<List<String>>)
@JvmName(name = "qyeayurvuiobwvjn")
suspend fun groupingFields(value: List<String>)

Parameters

value

The fields that are used to group events. Events with the same field content are assigned to a group. Alerts with the same specified grouping field are sent to the handler in separate notifications.


@JvmName(name = "taqbcenjobkojykq")
suspend fun groupingFields(vararg values: Output<String>)


@JvmName(name = "fuhtycsuxypggioc")
suspend fun groupingFields(values: List<Output<String>>)
@JvmName(name = "vemjhhajrdocsyab")
suspend fun groupingFields(vararg values: String)

Parameters

values

The fields that are used to group events. Events with the same field content are assigned to a group. Alerts with the same specified grouping field are sent to the handler in separate notifications.