groupByCustomDetails

@JvmName(name = "shjqqpiubvaomvud")
suspend fun groupByCustomDetails(value: Output<List<String>>)
@JvmName(name = "dxponsjaahcynefy")
suspend fun groupByCustomDetails(value: List<String>?)

Parameters

value

A list of custom details keys to group by (when matchingMethod is Selected). Only keys defined in the current alert rule may be used.


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


@JvmName(name = "utgqfoqkxommxsfo")
suspend fun groupByCustomDetails(values: List<Output<String>>)
@JvmName(name = "ngyefwyfrqawouqp")
suspend fun groupByCustomDetails(vararg values: String)

Parameters

values

A list of custom details keys to group by (when matchingMethod is Selected). Only keys defined in the current alert rule may be used.