groupingFields

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


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