triggers

@JvmName(name = "bvnoybveqxvhvxlj")
suspend fun triggers(value: Output<Map<String, String>>)
@JvmName(name = "rppxevwixgrxnder")
suspend fun triggers(value: Map<String, String>?)

Parameters

value

Map of arbitrary keys and values that, when changed, will trigger a re-invocation.


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

Parameters

values

Map of arbitrary keys and values that, when changed, will trigger a re-invocation.