triggers

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

Parameters

value

Map of arbitrary keys and values that, when changed, will trigger a redeployment. To force a redeployment without changing these keys/values, use the -replace option with pulumi preview or pulumi up.


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

Parameters

values

Map of arbitrary keys and values that, when changed, will trigger a redeployment. To force a redeployment without changing these keys/values, use the -replace option with pulumi preview or pulumi up.