groupingFields

@JvmName(name = "vbovdpvedydfkxyl")
suspend fun groupingFields(value: Output<List<String>>)
@JvmName(name = "xjbatohhvuuckgbx")
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 = "jeaugsehastjqmgj")
suspend fun groupingFields(vararg values: Output<String>)


@JvmName(name = "mwfmpeqnsgfjjhop")
suspend fun groupingFields(values: List<Output<String>>)
@JvmName(name = "eceusnvgxvnjgqag")
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.