actions

@JvmName(name = "hexsiyauagqtacxp")
suspend fun actions(value: Output<List<String>>)
@JvmName(name = "hlvroefpvectsvmc")
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 = "esvtofujwyqqxbeq")
suspend fun actions(vararg values: Output<String>)


@JvmName(name = "iugeelabevdsdmls")
suspend fun actions(values: List<Output<String>>)
@JvmName(name = "sxjhuhmwctorlchd")
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