triggers

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

Parameters

value

A mapping of key values pairs that can be used to sync network routes from the remote virtual network to the local virtual network. See the trigger example for an example on how to set it up.


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

Parameters

values

A mapping of key values pairs that can be used to sync network routes from the remote virtual network to the local virtual network. See the trigger example for an example on how to set it up.