actions

@JvmName(name = "eeixyhqgawnjsncb")
suspend fun actions(value: Output<List<String>>)
@JvmName(name = "xlbtfvpctvrioctj")
suspend fun actions(value: List<String>?)

Parameters

value

A list of actions that trigger the Webhook to post notifications. At least one action needs to be specified. Valid values are: push, delete, quarantine, chart_push, chart_delete


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


@JvmName(name = "asmemvcujsvgcmef")
suspend fun actions(values: List<Output<String>>)
@JvmName(name = "juhvorbjrfeqjvfb")
suspend fun actions(vararg values: String)

Parameters

values

A list of actions that trigger the Webhook to post notifications. At least one action needs to be specified. Valid values are: push, delete, quarantine, chart_push, chart_delete