groupingFields

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


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