customDetails

@JvmName(name = "pwcsicysjmyhnfbu")
suspend fun customDetails(value: Output<Map<String, String>>)
@JvmName(name = "ybjmeiflysnxdsro")
suspend fun customDetails(value: Map<String, String>?)

Parameters

value

A map of string key-value pairs of columns to be attached to this Sentinel Scheduled Alert Rule. The key will appear as the field name in alerts and the value is the event parameter you wish to surface in the alerts.


@JvmName(name = "xlldhovoauvrmpdn")
fun customDetails(vararg values: Pair<String, String>)

Parameters

values

A map of string key-value pairs of columns to be attached to this Sentinel Scheduled Alert Rule. The key will appear as the field name in alerts and the value is the event parameter you wish to surface in the alerts.