triggers

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

Parameters

value

Map of arbitrary keys and values that, when changed, will trigger a redeployment.


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

Parameters

values

Map of arbitrary keys and values that, when changed, will trigger a redeployment.