groupingFields

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


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